diff --git a/Windows/EmuThread.cpp b/Windows/EmuThread.cpp index 8710794973..515075aacb 100644 --- a/Windows/EmuThread.cpp +++ b/Windows/EmuThread.cpp @@ -137,7 +137,7 @@ unsigned int WINAPI TheThread(void *) shutdown: _InterlockedExchange(&emuThreadReady, THREAD_SHUTDOWN); - host->ShutdownSound(); + NativeShutdownGraphics(); host = nativeHost; NativeShutdown();