rename custom_width/height setting to inject_resolution

This commit is contained in:
FunkyFr3sh 2024-09-09 19:17:00 +02:00
parent f83baafcf6
commit e435bf65e1
3 changed files with 16 additions and 17 deletions

View file

@ -70,8 +70,7 @@ typedef struct CNCDDRAWCONFIG
BOOL no_dinput_hook;
int refresh_rate;
int anti_aliased_fonts_min_size;
int custom_width;
int custom_height;
char inject_resolution[128];
int min_font_size;
BOOL direct3d_passthrough;
BOOL center_cursor_fix;