mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
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:
parent
bab47b610d
commit
f2b45beb90
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user