mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Revert "SDL: handle SDL_QUIT event"
This commit is contained in:
parent
5c7caf1f22
commit
9e1aab663f
6 changed files with 9 additions and 26 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue