Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ ThreadSleepTicks
Function
ThreadSleepTicks
Source/SysPSP/Utility/ThreadPSP.cpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
void ThreadSleepTicks( u32 ticks )
106
{
107
sceKernelDelayThread( ticks ); // Delay is specified in ticks
108
}
109
110
void ThreadYield()
111
{
Callers
1
FramerateLimiter_Limit
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected