Skip to content
This repository has been archived by the owner. It is now read-only.

Added INI option for max FPS. #1070

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter
Filter file types
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
Fixed indentation.
  • Loading branch information
sherief committed Feb 16, 2021
commit 053ec48b2d027ee88fa940ad0c2407a5ac97bad2
@@ -432,7 +432,7 @@ bool LoadINISettings()
ReadIniIfExists("Graphics", "FrameLimiter", &FrontEndMenuManager.m_PrefsFrameLimiter);
#ifdef LEGACY_MENU_OPTIONS
ReadIniIfExists("Graphics", "VSync", &FrontEndMenuManager.m_PrefsVsyncDisp);
ReadIniIfExists("Graphics", "MaxFPS", &RsGlobal.maxFPS);
ReadIniIfExists("Graphics", "MaxFPS", &RsGlobal.maxFPS);
ReadIniIfExists("Graphics", "Trails", &CMBlur::BlurOn);
#endif
ReadIniIfExists("General", "SkinFile", FrontEndMenuManager.m_PrefsSkinFile, 256);