mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
fix another oversight
This commit is contained in:
@ -1966,8 +1966,8 @@ void MainWindow::onUpdateInterfaceSettings()
|
||||
emuInstance->targetFPS = globalCfg.GetDouble("TargetFPS");
|
||||
emuInstance->fastForwardFPS = globalCfg.GetDouble("FastForwardFPS");
|
||||
emuInstance->slowmoFPS = globalCfg.GetDouble("SlowmoFPS");
|
||||
panel->setMouseHide(globalCfg.GetBool("MouseHide"),
|
||||
globalCfg.GetInt("MouseHideSeconds")*1000);
|
||||
panel->setMouseHide(globalCfg.GetBool("Mouse.Hide"),
|
||||
globalCfg.GetInt("Mouse.HideSeconds")*1000);
|
||||
}
|
||||
|
||||
void MainWindow::onInterfaceSettingsFinished(int res)
|
||||
|
Reference in New Issue
Block a user