mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 02:00:32 -04:00
Revert "SDL: handle SDL_QUIT event"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user