mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
77693633d7
commit
872d898307
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue