When atrac3+ decoding fails, stop decoding silently-ish instead of decoding garbage, spamming the log
This commit is contained in:
parent
f7feefcb03
commit
bf89c01215
2 changed files with 39 additions and 28 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue