mirror of
https://github.com/holub/mame
synced 2025-05-17 19:24:59 +03:00
Put back removed printf line,my mistake (no whatsnew)
This commit is contained in:
parent
2b81a7d1fe
commit
99596bc2b6
@ -571,6 +571,7 @@ static int parse_ini_file(core_options *options, const char *name, int priority)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* parse the file and close it */
|
/* parse the file and close it */
|
||||||
|
mame_printf_verbose("Parsing %s.ini\n", name);
|
||||||
options_parse_ini_file(options, mame_core_file(file), priority);
|
options_parse_ini_file(options, mame_core_file(file), priority);
|
||||||
mame_fclose(file);
|
mame_fclose(file);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user