mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
oops
This commit is contained in:
parent
7b113aaea5
commit
6d29052e42
1 changed files with 1 additions and 2 deletions
|
@ -102,8 +102,7 @@ void PSP_Shutdown()
|
|||
if (coreParameter.enableSound)
|
||||
{
|
||||
host->ShutdownSound();
|
||||
delete mixer;
|
||||
mixer = 0;
|
||||
mixer = 0; // deleted in ShutdownSound
|
||||
}
|
||||
__KernelShutdown();
|
||||
HLEShutdown();
|
||||
|
|
Loading…
Add table
Reference in a new issue