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

Next
Added INI option for max FPS.
  • Loading branch information
sherief committed Feb 16, 2021
commit 5e78982faafac6fc71ae2833b3f93a1b4ab3a4de
@@ -432,6 +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", "Trails", &CMBlur::BlurOn);
#endif
ReadIniIfExists("General", "SkinFile", FrontEndMenuManager.m_PrefsSkinFile, 256);