Added support for subdir and sync of dll and ini names

https://github.com/FunkyFr3sh/cnc-ddraw/issues/287
This commit is contained in:
egornovivan 2024-02-16 22:55:17 +05:00
parent d147e91630
commit d70d316c7e
3 changed files with 25 additions and 4 deletions

View file

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