mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Revert "Windows: Work around audio crash on exit."
This reverts commit 273b7126a8
.
This commit is contained in:
parent
0348403f61
commit
94096976ff
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ unsigned int WINAPI TheThread(void *)
|
|||
|
||||
shutdown:
|
||||
_InterlockedExchange(&emuThreadReady, THREAD_SHUTDOWN);
|
||||
host->ShutdownSound();
|
||||
|
||||
NativeShutdownGraphics();
|
||||
host = nativeHost;
|
||||
NativeShutdown();
|
||||
|
|
Loading…
Add table
Reference in a new issue