mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-02 13:46:06 +00: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 ¶ms) {
|
||||
UI::EventReturn CwCheatScreen::OnEditCheatFile(UI::EventParams ¶ms) {
|
||||
std::string cheatFile;
|
||||
g_Config.bReloadCheats = true;
|
||||
g_Config.Save();
|
||||
if (MIPSComp::jit) {
|
||||
MIPSComp::jit->ClearCache();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user