mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
(nw) debugcmd : exiting isn't an error
This commit is contained in:
parent
08e2b24551
commit
c00efe9e95
@ -762,7 +762,7 @@ void debugger_commands::execute_tracesym(int ref, const std::vector<std::string>
|
||||
|
||||
void debugger_commands::execute_quit(int ref, const std::vector<std::string> ¶ms)
|
||||
{
|
||||
osd_printf_error("Exited via the debugger\n");
|
||||
osd_printf_warning("Exited via the debugger\n");
|
||||
m_machine.schedule_exit();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user