mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
Added FATALERROR: tag to standard emu_fatalerror throws for easier parsing of testing results. (nw)
This commit is contained in:
parent
17d7b519a6
commit
684cd739c0
@ -433,7 +433,7 @@ int running_machine::run(bool firstrun)
|
|||||||
}
|
}
|
||||||
catch (emu_fatalerror &fatal)
|
catch (emu_fatalerror &fatal)
|
||||||
{
|
{
|
||||||
mame_printf_error("%s\n", fatal.string());
|
mame_printf_error("FATALERROR: %s\n", fatal.string());
|
||||||
error = MAMERR_FATALERROR;
|
error = MAMERR_FATALERROR;
|
||||||
if (fatal.exitcode() != 0)
|
if (fatal.exitcode() != 0)
|
||||||
error = fatal.exitcode();
|
error = fatal.exitcode();
|
||||||
|
Loading…
Reference in New Issue
Block a user