use waitable timer also for fps limiter

This commit is contained in:
FunkyFr3sh 2018-11-29 21:26:43 +01:00
parent 435854456b
commit 97ca023f09
6 changed files with 111 additions and 44 deletions

View file

@ -126,6 +126,7 @@ typedef struct IDirectDrawImpl
BOOL hidecursor;
SpeedLimiter ticksLimiter;
SpeedLimiter flipLimiter;
SpeedLimiter fpsLimiter;
} IDirectDrawImpl;