mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 21:23:29 +02:00
Minor cleanup
This commit is contained in:
@@ -1344,7 +1344,7 @@ int __KernelGetThreadExitStatus(SceUID threadID) {
|
||||
if (t->nt.status == THREADSTATUS_DORMANT) {
|
||||
return hleLogSuccessI(SCEKERNEL, t->nt.exitStatus);
|
||||
}
|
||||
return hleLogDebug(SCEKERNEL, SCE_KERNEL_ERROR_NOT_DORMANT, "not dormant");
|
||||
return hleLogVerbose(SCEKERNEL, SCE_KERNEL_ERROR_NOT_DORMANT, "not dormant");
|
||||
}
|
||||
|
||||
int sceKernelGetThreadExitStatus(SceUID threadID) {
|
||||
|
||||
Reference in New Issue
Block a user