mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 12:15:19 +02:00
Switch to PPSSPP's assert functions (don't use the system's)
This commit is contained in:
@@ -1529,7 +1529,7 @@ void __KernelWaitCurThread(WaitType type, SceUID waitID, u32 waitValue, u32 time
|
||||
}
|
||||
|
||||
PSPThread *thread = __GetCurrentThread();
|
||||
assert(thread != nullptr);
|
||||
_assert_(thread != nullptr);
|
||||
thread->nt.waitID = waitID;
|
||||
thread->nt.waitType = type;
|
||||
__KernelChangeThreadState(thread, ThreadStatus(THREADSTATUS_WAIT | (thread->nt.status & THREADSTATUS_SUSPEND)));
|
||||
|
||||
Reference in New Issue
Block a user