add new setting to fake current display mode

This commit is contained in:
FunkyFr3sh 2024-05-22 23:23:27 +02:00
parent 06290bbe9d
commit 504c2eb1c5
3 changed files with 43 additions and 21 deletions

View file

@ -76,6 +76,7 @@ typedef struct CNCDDRAWCONFIG
int min_font_size;
BOOL direct3d_passthrough;
BOOL center_cursor_fix;
char fake_mode[128];
/* Hotkeys */
@ -97,7 +98,6 @@ typedef struct CNCDDRAWCONFIG
BOOL infantryhack;
BOOL stronghold_hack;
BOOL mgs_hack;
BOOL vermeer_hack;
} CNCDDRAWCONFIG;