mirror of
https://github.com/halpz/re3.git
synced 2025-05-02 23:26:20 +00:00
Add MaxFPS setting to the reLCS.ini
Add MaxFPS setting to reLCS.ini to change max fps value from ini file.
This commit is contained in:
parent
cf2a3df885
commit
f618f48310
|
@ -512,6 +512,7 @@ bool LoadINISettings()
|
|||
ReadIniIfExists("Display", "Subtitles", &FrontEndMenuManager.m_PrefsShowSubtitles);
|
||||
ReadIniIfExists("Graphics", "AspectRatio", &FrontEndMenuManager.m_PrefsUseWideScreen);
|
||||
ReadIniIfExists("Graphics", "FrameLimiter", &FrontEndMenuManager.m_PrefsFrameLimiter);
|
||||
ReadIniIfExists("Graphics", "MaxFPS", &RsGlobal.maxFPS);
|
||||
#ifdef LEGACY_MENU_OPTIONS
|
||||
ReadIniIfExists("Graphics", "VSync", &FrontEndMenuManager.m_PrefsVsyncDisp);
|
||||
ReadIniIfExists("Graphics", "Trails", &CMBlur::BlurOn);
|
||||
|
|
Loading…
Reference in a new issue