mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
Ensure that 'Limit framerate' option is synced with the toggle hotkeys
This commit is contained in:
@ -1685,6 +1685,7 @@ void OnSetLimitFPS(uiMenuItem* item, uiWindow* window, void* blarg)
|
||||
int chk = uiMenuItemChecked(item);
|
||||
if (chk != 0) Config::LimitFPS = true;
|
||||
else Config::LimitFPS = false;
|
||||
HotkeyFPSToggle = !Config::LimitFPS; // ensure that the hotkey toggle indicator is synced with this menu item
|
||||
}
|
||||
|
||||
void ApplyNewSettings(int type)
|
||||
|
Reference in New Issue
Block a user