MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / PowerTickTask

Function PowerTickTask

NetStream/source/utils.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47static void PowerTickTask(void *pUserData)
48{
49 if (s_powerTickMode == utils::PowerTick_All)
50 sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DEFAULT);
51 else if (s_powerTickMode == utils::PowerTick_Suspend)
52 sceKernelPowerTick(SCE_KERNEL_POWER_TICK_DISABLE_AUTO_SUSPEND);
53}
54
55uint32_t utils::GetHash(const char *name)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected