fix Exit ROM from debugger (fixes #513)

This commit is contained in:
thrust26 2020-02-06 22:54:35 +01:00
parent 2278f385b8
commit 9c53e9806e
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;