This commit is contained in:
Henrik Rydgård
2025-03-08 23:56:01 +01:00
parent 89e031fb8a
commit af8d14c546
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1349,7 +1349,7 @@ int sceKernelGetThreadExitStatus(SceUID threadID) {
hleEatCycles(330);
// Some return values don't deserve to be considered errors for logging.
switch (status) {
switch ((PSPErrorCode)status) {
case SCE_KERNEL_ERROR_NOT_DORMANT:
return hleLogDebug(Log::sceKernel, status);
default: