summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/MainNoGUI.cpp
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2015-06-08 13:43:39 +1200
committerMatthew Parlane <parlane@gmail.com>2015-06-08 13:43:39 +1200
commit9e1aab663f2afdd61bda773764cc3c8f652659aa (patch)
tree1a7290487da53e934f0fe5096075f195b285a012 /Source/Core/DolphinWX/MainNoGUI.cpp
parent5c7caf1f22685430f98f39b86b07cadee3171f68 (diff)
Revert "SDL: handle SDL_QUIT event"
Diffstat (limited to 'Source/Core/DolphinWX/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinWX/MainNoGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/MainNoGUI.cpp b/Source/Core/DolphinWX/MainNoGUI.cpp
index 313ad0b20f..9186742d46 100644
--- a/Source/Core/DolphinWX/MainNoGUI.cpp
+++ b/Source/Core/DolphinWX/MainNoGUI.cpp
@@ -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;
}