mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
"FATALERROR: ERROR: x"
This commit is contained in:
parent
3b28221fd3
commit
b5daf418a7
@ -506,7 +506,7 @@ static void display_rom_load_results(romload_private *romdata, bool from_list)
|
||||
{
|
||||
/* create the error message and exit fatally */
|
||||
mame_printf_error("%s", romdata->errorstring.cstr());
|
||||
fatalerror_exitcode(romdata->machine(), MAMERR_MISSING_FILES, "ERROR: required files are missing, the %s cannot be run.",emulator_info::get_gamenoun());
|
||||
fatalerror_exitcode(romdata->machine(), MAMERR_MISSING_FILES, "Required files are missing, the %s cannot be run.",emulator_info::get_gamenoun());
|
||||
}
|
||||
|
||||
/* if we had warnings, output them, but continue */
|
||||
|
Loading…
Reference in New Issue
Block a user