mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 23:40:39 +00:00
Avoid Core_Stop() for reset, it might not reset.
This commit is contained in:
parent
90c49befd4
commit
647e8fd3a4
@ -1137,15 +1137,15 @@ namespace MainWindow
|
||||
break;
|
||||
|
||||
case ID_EMULATION_RESET:
|
||||
WaitForCore();
|
||||
NativeMessageReceived("reset", "");
|
||||
Core_EnableStepping(false);
|
||||
break;
|
||||
|
||||
case ID_EMULATION_CHEATS:
|
||||
g_Config.bEnableCheats = !g_Config.bEnableCheats;
|
||||
osm.ShowOnOff(g->T("Cheats"), g_Config.bEnableCheats);
|
||||
WaitForCore();
|
||||
NativeMessageReceived("reset", "");
|
||||
Core_EnableStepping(false);
|
||||
break;
|
||||
|
||||
case ID_FILE_LOADSTATEFILE:
|
||||
|
Loading…
Reference in New Issue
Block a user