This commit is contained in:
Henrik Rydgard 2013-01-13 17:10:59 +01:00
parent 7b113aaea5
commit 6d29052e42

View File

@ -102,8 +102,7 @@ void PSP_Shutdown()
if (coreParameter.enableSound)
{
host->ShutdownSound();
delete mixer;
mixer = 0;
mixer = 0; // deleted in ShutdownSound
}
__KernelShutdown();
HLEShutdown();