only limit game ticks via unlock if there was never any blt or flip

This commit is contained in:
FunkyFr3sh 2018-11-28 13:40:29 +01:00
parent 8e75c40cc3
commit 14304ff330
2 changed files with 9 additions and 0 deletions

View file

@ -116,6 +116,7 @@ typedef struct IDirectDrawImpl
DWORD ticklength;
BOOL altenter;
BOOL hidecursor;
BOOL limitTicksOnBltOrFlip;
} IDirectDrawImpl;