forked from dolphin-emu/dolphin
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
This commit is contained in:
@@ -51,7 +51,6 @@ namespace EmuWindow
|
|||||||
|
|
||||||
case WM_CLOSE:
|
case WM_CLOSE:
|
||||||
//Core::SetState(Core::CORE_UNINITIALIZED);
|
//Core::SetState(Core::CORE_UNINITIALIZED);
|
||||||
exit(0);
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case WM_DESTROY:
|
case WM_DESTROY:
|
||||||
|
@@ -122,7 +122,6 @@ namespace EmuWindow
|
|||||||
|
|
||||||
case WM_CLOSE:
|
case WM_CLOSE:
|
||||||
//Core::SetState(Core::CORE_UNINITIALIZED);
|
//Core::SetState(Core::CORE_UNINITIALIZED);
|
||||||
exit(0);
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
case WM_DESTROY:
|
case WM_DESTROY:
|
||||||
|
Reference in New Issue
Block a user