MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / initPowerTickThread

Function initPowerTickThread

utils.c:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void initPowerTickThread() {
141 SceUID thid = sceKernelCreateThread("power_tick_thread", power_tick_thread, 0x10000100, 0x40000, 0, 0, NULL);
142 if (thid >= 0)
143 sceKernelStartThread(thid, 0, NULL);
144}
145
146void powerLock() {
147 if (!lock_power)

Callers 1

initVitaShellFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected