mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
Fix saving refreshing rate for per-game settings
This commit is contained in:
parent
b954145241
commit
4344d4274c
@ -106,6 +106,7 @@ void CwCheatScreen::onFinish(DialogResult result) {
|
||||
}
|
||||
fs.close();
|
||||
g_Config.bReloadCheats = true;
|
||||
g_Config.Save();
|
||||
if (MIPSComp::jit) {
|
||||
MIPSComp::jit->ClearCache();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user