Merge pull request #2382 from unknownbrackets/windows-ui

Make sure Windows shuts down its audio properly.
This commit is contained in:
Henrik Rydgård 2013-06-21 00:55:39 -07:00
commit 282be7fd5d

View File

@ -150,8 +150,8 @@ unsigned int WINAPI TheThread(void *)
shutdown:
_InterlockedExchange(&emuThreadReady, THREAD_SHUTDOWN);
host = nativeHost;
NativeShutdownGraphics();
host = nativeHost;
NativeShutdown();
host = oldHost;
host->ShutdownGL();