mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-01 01:11:46 +00:00
Merge pull request #2382 from unknownbrackets/windows-ui
Make sure Windows shuts down its audio properly.
This commit is contained in:
commit
282be7fd5d
@ -150,8 +150,8 @@ unsigned int WINAPI TheThread(void *)
|
||||
shutdown:
|
||||
_InterlockedExchange(&emuThreadReady, THREAD_SHUTDOWN);
|
||||
|
||||
host = nativeHost;
|
||||
NativeShutdownGraphics();
|
||||
host = nativeHost;
|
||||
NativeShutdown();
|
||||
host = oldHost;
|
||||
host->ShutdownGL();
|
||||
|
Loading…
Reference in New Issue
Block a user