diff --git a/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp b/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp index de727aa40f..f9495cea44 100644 --- a/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp +++ b/Source/Plugins/Plugin_VideoDX9/Src/EmuWindow.cpp @@ -52,7 +52,9 @@ namespace EmuWindow break; case WM_CLOSE: - exit(0); + Shutdown(); + // Simple hack to easily exit without stopping. Hope to fix the stopping errors soon. + ExitProcess(0); return 0; case WM_DESTROY: