use waitable timer also for fps limiter
This commit is contained in:
parent
435854456b
commit
97ca023f09
6 changed files with 111 additions and 44 deletions
|
@ -126,6 +126,7 @@ typedef struct IDirectDrawImpl
|
|||
BOOL hidecursor;
|
||||
SpeedLimiter ticksLimiter;
|
||||
SpeedLimiter flipLimiter;
|
||||
SpeedLimiter fpsLimiter;
|
||||
|
||||
} IDirectDrawImpl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue