mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- fix PSX controls
This commit is contained in:
parent
3d1440cb06
commit
5fffcf5777
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user