emuopts.c: Re-evaluate slot options after loading .ini files. [Wilbert Pol]

This commit is contained in:
Wilbert Pol 2013-02-26 20:31:13 +00:00
parent a97f632070
commit b45e920912

View File

@ -475,6 +475,9 @@ void emu_options::parse_standard_inis(astring &error_string)
if (parent != -1)
parse_one_ini(driver_list::driver(parent).name, OPTION_PRIORITY_PARENT_INI, &error_string);
parse_one_ini(cursystem->name, OPTION_PRIORITY_DRIVER_INI, &error_string);
// Re-evaluate slot options after loading ini files
update_slot_options();
}