optional hotpatch support

This commit is contained in:
FunkyFr3sh 2019-03-19 06:57:49 +01:00
parent 868a4479ba
commit d42284c4bf
12 changed files with 361 additions and 161 deletions

View file

@ -127,6 +127,7 @@ typedef struct IDirectDrawImpl
BOOL accurateTimers;
int bnetHack;
BOOL bnetActive;
BOOL hotPatch;
SpeedLimiter ticksLimiter;
SpeedLimiter flipLimiter;
SpeedLimiter fpsLimiter;