Revert "Windows: Work around audio crash on exit."

This reverts commit 273b7126a8.
This commit is contained in:
Henrik Rydgard 2013-08-16 00:57:04 +02:00
parent 0348403f61
commit 94096976ff

View file

@ -137,7 +137,7 @@ unsigned int WINAPI TheThread(void *)
shutdown:
_InterlockedExchange(&emuThreadReady, THREAD_SHUTDOWN);
host->ShutdownSound();
NativeShutdownGraphics();
host = nativeHost;
NativeShutdown();