mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
sort header
This commit is contained in:
parent
e435bf65e1
commit
43ccc87e82
@ -40,6 +40,8 @@ typedef struct CNCDDRAWCONFIG
|
|||||||
int save_settings;
|
int save_settings;
|
||||||
BOOL resizable;
|
BOOL resizable;
|
||||||
int d3d9_filter;
|
int d3d9_filter;
|
||||||
|
int anti_aliased_fonts_min_size;
|
||||||
|
int min_font_size;
|
||||||
BOOL vhack;
|
BOOL vhack;
|
||||||
char screenshot_dir[MAX_PATH];
|
char screenshot_dir[MAX_PATH];
|
||||||
BOOL toggle_borderless;
|
BOOL toggle_borderless;
|
||||||
@ -69,9 +71,7 @@ typedef struct CNCDDRAWCONFIG
|
|||||||
BOOL rgb555;
|
BOOL rgb555;
|
||||||
BOOL no_dinput_hook;
|
BOOL no_dinput_hook;
|
||||||
int refresh_rate;
|
int refresh_rate;
|
||||||
int anti_aliased_fonts_min_size;
|
|
||||||
char inject_resolution[128];
|
char inject_resolution[128];
|
||||||
int min_font_size;
|
|
||||||
BOOL direct3d_passthrough;
|
BOOL direct3d_passthrough;
|
||||||
BOOL center_cursor_fix;
|
BOOL center_cursor_fix;
|
||||||
char fake_mode[128];
|
char fake_mode[128];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user