mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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