Io: Store sceIoChangeAsyncPriority value.

Also some prep for async threaded IO.
This commit is contained in:
Unknown W. Brackets 2019-07-28 15:43:19 -07:00
parent dd804660c9
commit f1037248f1
2 changed files with 61 additions and 9 deletions

View file

@ -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");