mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Merge pull request #9705 from unknownbrackets/win-input
Windows: Avoid input race condition on GPU switch
This commit is contained in:
@@ -891,10 +891,12 @@ namespace MainWindow
|
||||
|
||||
case WM_USER_RESTART_EMUTHREAD:
|
||||
NativeSetRestarting();
|
||||
InputDevice::StopPolling();
|
||||
EmuThread_Stop();
|
||||
coreState = CORE_POWERUP;
|
||||
ResetUIState();
|
||||
EmuThread_Start();
|
||||
InputDevice::BeginPolling();
|
||||
break;
|
||||
|
||||
case WM_MENUSELECT:
|
||||
|
||||
Reference in New Issue
Block a user