adjust gdi renderer for accurateTimers

This commit is contained in:
FunkyFr3sh 2018-11-30 05:18:44 +01:00
parent 67ac35cfc4
commit 45c2206946
3 changed files with 6 additions and 6 deletions

View file

@ -124,6 +124,7 @@ typedef struct IDirectDrawImpl
LONG minimized;
BOOL altenter;
BOOL hidecursor;
BOOL accurateTimers;
SpeedLimiter ticksLimiter;
SpeedLimiter flipLimiter;
SpeedLimiter fpsLimiter;