MCPcopy 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
105void ThreadSleepTicks( u32 ticks )
106{
107 sceKernelDelayThread( ticks ); // Delay is specified in ticks
108}
109
110void ThreadYield()
111{

Callers 1

FramerateLimiter_LimitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected