make windowed+stretching working for a lot of non-cnc games
This commit is contained in:
parent
b566d78499
commit
d56240e178
5 changed files with 150 additions and 45 deletions
|
@ -54,7 +54,6 @@ typedef struct IDirectDrawImpl
|
|||
BOOL windowed;
|
||||
BOOL border;
|
||||
BOOL boxing;
|
||||
BOOL windowed_init;
|
||||
DEVMODE mode;
|
||||
struct IDirectDrawSurfaceImpl *primary;
|
||||
char title[128];
|
||||
|
@ -100,7 +99,6 @@ typedef struct IDirectDrawImpl
|
|||
char screenshotKey;
|
||||
BOOL fullscreen;
|
||||
BOOL maintas;
|
||||
BOOL fakecursorpos;
|
||||
BOOL noactivateapp;
|
||||
BOOL hidemouse;
|
||||
char shader[MAX_PATH];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue