make Windows API Hooking optional

This commit is contained in:
FunkyFr3sh 2019-04-01 22:54:36 +02:00
parent 9bd26df82c
commit 9e1397d0f6
4 changed files with 34 additions and 29 deletions

View file

@ -124,7 +124,7 @@ typedef struct IDirectDrawImpl
BOOL altenter;
BOOL hidecursor;
BOOL accurateTimers;
BOOL hotPatch;
BOOL hook;
SpeedLimiter ticksLimiter;
SpeedLimiter flipLimiter;
SpeedLimiter fpsLimiter;