diff --git a/audio/drivers/psp_audio.c b/audio/drivers/psp_audio.c index 0045cb2866..fa35b78b41 100644 --- a/audio/drivers/psp_audio.c +++ b/audio/drivers/psp_audio.c @@ -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; }