mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
(VITA) Fix audio crash
This commit is contained in:
parent
80c3bf0ec2
commit
c597ff8677
@ -93,8 +93,8 @@ static int audioMainLoop(SceSize args, void* argp)
|
||||
sceAudioOutReleasePort(port);
|
||||
#else
|
||||
sceAudioSRCChRelease();
|
||||
#endif
|
||||
sceKernelExitThread(0);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -219,7 +219,6 @@ static bool psp_audio_stop(void *data)
|
||||
#else
|
||||
sceKernelWaitThreadEnd(psp->thread, &timeout);
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user