mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Buildfix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user