add 2 new .ini settings "nonexclusive" and "resizable"

This commit is contained in:
FunkyFr3sh 2020-10-06 20:43:40 +02:00
parent 475955d8ef
commit 37af4e6ee4
3 changed files with 12 additions and 2 deletions

View file

@ -133,6 +133,7 @@ typedef struct IDirectDrawImpl
BOOL resizable;
BOOL tm2hack;
BOOL sierrahack;
BOOL nonexclusive;
BOOL bnetActive;
BOOL bnetWasFullscreen;
BOOL bnetWasUpscaled;