Skip to content

Commit 2f1ee08

Browse files
committed
Cleanup: Move controller profiles to Sys, move FPS+chat defautls to cpp
1 parent 1cd1455 commit 2f1ee08

File tree

5 files changed

+2
-7
lines changed

5 files changed

+2
-7
lines changed
File renamed without changes.
File renamed without changes.

Data/user/Config/GFX.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

Data/user/Config/Qt.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

Source/Core/Core/Config/GraphicsSettings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Info<float> GFX_WIDESCREEN_HEURISTIC_WIDESCREEN_RATIO{
3838
const Info<bool> GFX_CROP{{System::GFX, "Settings", "Crop"}, false};
3939
const Info<int> GFX_SAFE_TEXTURE_CACHE_COLOR_SAMPLES{
4040
{System::GFX, "Settings", "SafeTextureCacheColorSamples"}, 128};
41-
const Info<bool> GFX_SHOW_FPS{{System::GFX, "Settings", "ShowFPS"}, false};
41+
const Info<bool> GFX_SHOW_FPS{{System::GFX, "Settings", "ShowFPS"}, true};
4242
const Info<bool> GFX_SHOW_FTIMES{{System::GFX, "Settings", "ShowFTimes"}, false};
4343
const Info<bool> GFX_SHOW_VPS{{System::GFX, "Settings", "ShowVPS"}, false};
4444
const Info<bool> GFX_SHOW_VTIMES{{System::GFX, "Settings", "ShowVTimes"}, false};
@@ -49,7 +49,7 @@ const Info<bool> GFX_MOVABLE_PERFORMANCE_METRICS{
4949
{System::GFX, "Settings", "MovablePerformanceMetrics"}, false};
5050
const Info<int> GFX_PERF_SAMP_WINDOW{{System::GFX, "Settings", "PerfSampWindowMS"}, 1000};
5151
const Info<bool> GFX_SHOW_NETPLAY_PING{{System::GFX, "Settings", "ShowNetPlayPing"}, true};
52-
const Info<bool> GFX_SHOW_NETPLAY_MESSAGES{{System::GFX, "Settings", "ShowNetPlayMessages"}, false};
52+
const Info<bool> GFX_SHOW_NETPLAY_MESSAGES{{System::GFX, "Settings", "ShowNetPlayMessages"}, true};
5353
const Info<bool> GFX_LOG_RENDER_TIME_TO_FILE{{System::GFX, "Settings", "LogRenderTimeToFile"},
5454
false};
5555
const Info<bool> GFX_OVERLAY_STATS{{System::GFX, "Settings", "OverlayStats"}, false};

0 commit comments

Comments
 (0)