Make some logging VERBOSE
This commit is contained in:
parent
8ada3aa8b4
commit
5fc8de091d
2 changed files with 3 additions and 3 deletions
|
@ -2012,7 +2012,7 @@ bool __KernelIsDispatchEnabled()
|
|||
|
||||
int sceKernelRotateThreadReadyQueue(int priority)
|
||||
{
|
||||
DEBUG_LOG(HLE, "sceKernelRotateThreadReadyQueue(%x)", priority);
|
||||
VERBOSE_LOG(HLE, "sceKernelRotateThreadReadyQueue(%x)", priority);
|
||||
|
||||
Thread *cur = __GetCurrentThread();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue