- fix PSX controls

This commit is contained in:
Ilya Shurumov 2021-05-23 19:05:46 +06:00 committed by InspirationByte
parent 3d1440cb06
commit 5fffcf5777

View File

@ -1573,6 +1573,8 @@ void State_GameLoop(void* param)
int curTime = clock_realTime.time32Hz; int curTime = clock_realTime.time32Hz;
int numFrames = curTime - lastTime32Hz; int numFrames = curTime - lastTime32Hz;
UpdatePadData();
CheckForPause(); CheckForPause();
// moved from StepGame // moved from StepGame