set up .ini section once and then reuse it

This commit is contained in:
FunkyFr3sh 2024-06-01 07:29:48 +02:00
parent 416c6a8d92
commit fb858f3f08
3 changed files with 50 additions and 23 deletions

View file

@ -18,6 +18,7 @@ typedef struct CNCDDRAWCONFIG
char dll_file_name[MAX_PATH];
char process_file_ext[MAX_PATH];
char dll_file_ext[MAX_PATH];
char game_section[MAX_PATH];
INIFILE ini;
BOOL d3d9on12;
BOOL opengl_core;