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