Io: Store sceIoChangeAsyncPriority value.
Also some prep for async threaded IO.
This commit is contained in:
parent
dd804660c9
commit
f1037248f1
2 changed files with 61 additions and 9 deletions
|
@ -2131,7 +2131,7 @@ void __KernelReturnFromThread()
|
|||
Thread *thread = __GetCurrentThread();
|
||||
_dbg_assert_msg_(SCEKERNEL, thread != NULL, "Returned from a NULL thread.");
|
||||
|
||||
INFO_LOG(SCEKERNEL,"__KernelReturnFromThread: %d", exitStatus);
|
||||
DEBUG_LOG(SCEKERNEL, "__KernelReturnFromThread: %d", exitStatus);
|
||||
__KernelStopThread(currentThread, exitStatus, "thread returned");
|
||||
|
||||
hleReSchedule("thread returned");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue