stretch to full screen bool

This commit is contained in:
FunkyFr3sh 2017-11-20 05:11:39 +01:00
parent d9ee8dcd47
commit 3358ada5c3
2 changed files with 22 additions and 1 deletions

View file

@ -89,6 +89,7 @@ typedef struct IDirectDrawImpl
DWORD WINAPI (*renderer)(void);
char screenshotKey;
BOOL opengl_pbo;
BOOL fullscreen;
} IDirectDrawImpl;