mirror of https://github.com/stella-emu/stella.git
fix Exit ROM from debugger (fixes #513)
This commit is contained in:
parent
2278f385b8
commit
9c53e9806e
|
@ -763,6 +763,8 @@ void EventHandler::handleEvent(Event::Type event, Int32 value, bool repeated)
|
||||||
#endif
|
#endif
|
||||||
exitEmulation(true);
|
exitEmulation(true);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
exitEmulation(true);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue