fix Exit ROM from debugger (fixes #513)

This commit is contained in:
thrust26 2020-02-06 22:54:35 +01:00
parent aa18ce6bcd
commit ae43b33c7b
1 changed files with 2 additions and 0 deletions

View File

@ -763,6 +763,8 @@ void EventHandler::handleEvent(Event::Type event, Int32 value, bool repeated)
#endif
exitEmulation(true);
}
else
exitEmulation(true);
}
return;