Added support for subdir and sync of dll and ini names
https://github.com/FunkyFr3sh/cnc-ddraw/issues/287
This commit is contained in:
parent
d147e91630
commit
d70d316c7e
3 changed files with 25 additions and 4 deletions
|
@ -13,8 +13,11 @@ typedef struct CNCDDRAWCONFIG
|
|||
int upscaled_state;
|
||||
char ini_path[MAX_PATH];
|
||||
char game_path[MAX_PATH];
|
||||
char dll_path[MAX_PATH];
|
||||
char process_file_name[MAX_PATH];
|
||||
char dll_file_name[MAX_PATH];
|
||||
char process_file_ext[MAX_PATH];
|
||||
char dll_file_ext[MAX_PATH];
|
||||
INIFILE ini;
|
||||
BOOL is_wine;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue