Revert "SDL: handle SDL_QUIT event"

This commit is contained in:
Matthew Parlane
2015-06-08 13:43:39 +12:00
parent 5c7caf1f22
commit 9e1aab663f
6 changed files with 9 additions and 26 deletions

View File

@ -49,7 +49,7 @@ void Host_RefreshDSPDebuggerWindow() {}
static Common::Event updateMainFrameEvent;
void Host_Message(int Id)
{
if (Id == WM_USER_STOP || Id == WM_USER_QUIT)
if (Id == WM_USER_STOP)
running = false;
}