enables fullscreen exclusive mode for d3d9

This commit is contained in:
FunkyFr3sh 2018-10-03 08:50:00 +02:00
parent d693217fc8
commit c0a26ce858
4 changed files with 45 additions and 19 deletions

View file

@ -98,6 +98,7 @@ typedef struct IDirectDrawImpl
char shader[MAX_PATH];
BOOL wine;
int sleep;
BOOL resetDirect3D9;
} IDirectDrawImpl;