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:
hrydgard 2008-08-20 18:30:11 +00:00
parent bab47b610d
commit f2b45beb90
2 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@ namespace EmuWindow
case WM_CLOSE:
//Core::SetState(Core::CORE_UNINITIALIZED);
exit(0);
return 0;
case WM_DESTROY:

View File

@ -122,7 +122,6 @@ namespace EmuWindow
case WM_CLOSE:
//Core::SetState(Core::CORE_UNINITIALIZED);
exit(0);
return 0;
case WM_DESTROY: