mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Win32 menu: Fix threading issues with stop/reset commands
This commit is contained in:
parent
95cf9c2e28
commit
65ade393c9
1 changed files with 0 additions and 6 deletions
|
@ -502,17 +502,11 @@ namespace MainWindow {
|
|||
break;
|
||||
|
||||
case ID_EMULATION_STOP:
|
||||
if (Core_IsStepping())
|
||||
Core_Resume();
|
||||
|
||||
Core_Stop();
|
||||
System_PostUIMessage(UIMessage::REQUEST_GAME_STOP);
|
||||
Core_WaitInactive();
|
||||
break;
|
||||
|
||||
case ID_EMULATION_RESET:
|
||||
System_PostUIMessage(UIMessage::REQUEST_GAME_RESET);
|
||||
Core_Resume();
|
||||
break;
|
||||
|
||||
case ID_EMULATION_SWITCH_UMD:
|
||||
|
|
Loading…
Add table
Reference in a new issue