From 872d898307496bc700aac0ecf657b7b6255a5e45 Mon Sep 17 00:00:00 2001 From: LunaMoo Date: Sun, 15 Feb 2015 03:49:01 +0100 Subject: [PATCH] Remove 2 more game specific config saves. https://github.com/Bigpet/ppsspp/commit/ba96b7b31c65fdda67be16c09734f18232edc5aa now saves it.:3 --- UI/CwCheatScreen.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/UI/CwCheatScreen.cpp b/UI/CwCheatScreen.cpp index 328f2bcdde..7f51ef3017 100644 --- a/UI/CwCheatScreen.cpp +++ b/UI/CwCheatScreen.cpp @@ -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 ¶ms) { UI::EventReturn CwCheatScreen::OnEditCheatFile(UI::EventParams ¶ms) { std::string cheatFile; g_Config.bReloadCheats = true; - g_Config.Save(); if (MIPSComp::jit) { MIPSComp::jit->ClearCache(); }