Remove 2 more game specific config saves.

ba96b7b31c now saves it.:3
This commit is contained in:
LunaMoo 2015-02-15 03:49:01 +01:00
parent 77693633d7
commit 872d898307

@ -106,7 +106,6 @@ void CwCheatScreen::onFinish(DialogResult result) {
}
fs.close();
g_Config.bReloadCheats = true;
g_Config.Save();
if (MIPSComp::jit) {
MIPSComp::jit->ClearCache();
}
@ -147,7 +146,6 @@ UI::EventReturn CwCheatScreen::OnAddCheat(UI::EventParams &params) {
UI::EventReturn CwCheatScreen::OnEditCheatFile(UI::EventParams &params) {
std::string cheatFile;
g_Config.bReloadCheats = true;
g_Config.Save();
if (MIPSComp::jit) {
MIPSComp::jit->ClearCache();
}