Fix some minor warnings.
This commit is contained in:
parent
710368d143
commit
6e54ce5551
5 changed files with 6 additions and 4 deletions
|
@ -2025,7 +2025,7 @@ static void __KernelSleepThread(bool doCallbacks) {
|
|||
DEBUG_LOG(HLE, "sceKernelSleepThread() - wakeupCount decremented to %i", thread->nt.wakeupCount);
|
||||
RETURN(0);
|
||||
} else {
|
||||
VERBOSE_LOG(HLE, "sceKernelSleepThread()", thread->nt.wakeupCount);
|
||||
VERBOSE_LOG(HLE, "sceKernelSleepThread()");
|
||||
RETURN(0);
|
||||
__KernelWaitCurThread(WAITTYPE_SLEEP, 0, 0, 0, doCallbacks, "thread slept");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue