mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Don't bother to localise error log for now
This commit is contained in:
parent
c98fe94bd1
commit
04a6b500c3
@ -173,7 +173,7 @@ static void load_ui_options(running_machine &machine)
|
||||
{
|
||||
bool result = machine.ui().options().parse_ini_file((core_file&)file, OPTION_PRIORITY_MAME_INI, OPTION_PRIORITY_DRIVER_INI, error);
|
||||
if (!result)
|
||||
osd_printf_error(_("**Error loading ui.ini**"));
|
||||
osd_printf_error("**Error loading ui.ini**");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user