add support for alt+enter in fullscreen upscaled mode

This commit is contained in:
FunkyFr3sh 2024-12-04 21:57:52 +01:00
parent eeefbb9b71
commit 952fe4fe1a
4 changed files with 17 additions and 12 deletions

View file

@ -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];

View file

@ -138,6 +138,7 @@ typedef struct CNCDDRAW
BOOL accurate_timers;
BOOL resizable;
BOOL toggle_borderless;
BOOL toggle_upscaled;
BOOL nonexclusive;
BOOL fixpitch;
int fixchilds;