add support for alt+enter in fullscreen upscaled mode
This commit is contained in:
parent
eeefbb9b71
commit
952fe4fe1a
4 changed files with 17 additions and 12 deletions
|
@ -9,7 +9,7 @@ typedef struct CNCDDRAWCONFIG
|
|||
{
|
||||
RECT window_rect;
|
||||
int window_state;
|
||||
int borderless_state;
|
||||
int upscaled_state;
|
||||
char ini_path[MAX_PATH];
|
||||
char game_path[MAX_PATH];
|
||||
char process_file_name[MAX_PATH];
|
||||
|
|
1
inc/dd.h
1
inc/dd.h
|
@ -138,6 +138,7 @@ typedef struct CNCDDRAW
|
|||
BOOL accurate_timers;
|
||||
BOOL resizable;
|
||||
BOOL toggle_borderless;
|
||||
BOOL toggle_upscaled;
|
||||
BOOL nonexclusive;
|
||||
BOOL fixpitch;
|
||||
int fixchilds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue