Minor cleanup
This commit is contained in:
parent
e4c39703a6
commit
95dc7bb185
4 changed files with 7 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue