fix bug where windows frontend stopped processing hotkey input from gamepads while paused (fixes #479)
This commit is contained in:
parent
021fcdd0de
commit
8461e2f08d
|
@ -1294,6 +1294,8 @@ static void StepRunLoop_Core()
|
|||
|
||||
static void StepRunLoop_Paused()
|
||||
{
|
||||
input_acquire();
|
||||
|
||||
paused = TRUE;
|
||||
Sleep(50);
|
||||
|
||||
|
|
Loading…
Reference in New Issue