summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-20 18:30:11 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-20 18:30:11 +0000
commitf2b45beb90b586ff51787e833d54d500b690bc30 (patch)
tree5edccda371380e52f9b4cf0f599bea9babf8be18 /Source
parentbab47b610d944845c0ce40cb155860d2720486d7 (diff)
Attempting to close the display window should not exit the emulator.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@248 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp1
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/OS/Win32.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp b/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp
index 9ceb9c09f9..df902007d9 100644
--- a/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp
+++ b/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp
@@ -51,7 +51,6 @@ namespace EmuWindow
case WM_CLOSE:
//Core::SetState(Core::CORE_UNINITIALIZED);
- exit(0);
return 0;
case WM_DESTROY:
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/OS/Win32.cpp b/Source/Plugins/Plugin_VideoOGL/Src/OS/Win32.cpp
index d736b29a82..9adfc11543 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/OS/Win32.cpp
+++ b/Source/Plugins/Plugin_VideoOGL/Src/OS/Win32.cpp
@@ -122,7 +122,6 @@ namespace EmuWindow
case WM_CLOSE:
//Core::SetState(Core::CORE_UNINITIALIZED);
- exit(0);
return 0;
case WM_DESTROY: