This commit is contained in:
LunaMoo 2015-01-28 09:48:35 +01:00
parent a7cce0f105
commit 4ef0c14cc8

View file

@ -146,8 +146,6 @@ UI::EventReturn CwCheatScreen::OnAddCheat(UI::EventParams &params) {
UI::EventReturn CwCheatScreen::OnEditCheatFile(UI::EventParams &params) {
std::string cheatFile;
std::fstream fs;
fs.close();
g_Config.bReloadCheats = true;
g_Config.Save();
if (MIPSComp::jit) {