When atrac3+ decoding fails, stop decoding silently-ish instead of decoding garbage, spamming the log

This commit is contained in:
Henrik Rydgard 2013-10-21 23:03:11 +02:00
parent f7feefcb03
commit bf89c01215
2 changed files with 39 additions and 28 deletions

View file

@ -3596,7 +3596,8 @@ void sceKernelCheckCallback()
bool callbacksProcessed = __KernelForceCallbacks();
if (callbacksProcessed) {
DEBUG_LOG(SCEKERNEL,"sceKernelCheckCallback() - processed a callback.");
DEBUG_LOG(SCEKERNEL, "sceKernelCheckCallback() - processed a callback.");
// The RETURN(1) above is still active here, unless __KernelForceCallbacks changed it.
} else {
RETURN(0);
}