Fix saving refreshing rate for per-game settings

This commit is contained in:
Luna 2015-01-27 22:08:59 +01:00
parent b954145241
commit 4344d4274c

View File

@ -106,6 +106,7 @@ void CwCheatScreen::onFinish(DialogResult result) {
}
fs.close();
g_Config.bReloadCheats = true;
g_Config.Save();
if (MIPSComp::jit) {
MIPSComp::jit->ClearCache();
}