diff --git a/Windows/EmuThread.cpp b/Windows/EmuThread.cpp index cb0be4f817..eb78ec2a6b 100644 --- a/Windows/EmuThread.cpp +++ b/Windows/EmuThread.cpp @@ -150,8 +150,8 @@ unsigned int WINAPI TheThread(void *) shutdown: _InterlockedExchange(&emuThreadReady, THREAD_SHUTDOWN); - host = nativeHost; NativeShutdownGraphics(); + host = nativeHost; NativeShutdown(); host = oldHost; host->ShutdownGL();