Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOfficialFloW/VitaShell
/ powerLock
Function
powerLock
utils.c:146–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
void powerLock() {
147
if (!lock_power)
148
sceShellUtilLock(SCE_SHELL_UTIL_LOCK_TYPE_PS_BTN);
149
150
lock_power++;
151
}
152
153
void powerUnlock() {
154
if (lock_power)
Callers
15
delete_thread
Function · 0.85
copy_thread
Function · 0.85
export_thread
Function · 0.85
hash_thread
Function · 0.85
send_thread
Function · 0.85
receive_thread
Function · 0.85
install_thread
Function · 0.85
update_extract_thread
Function · 0.85
fileBrowserMenuCtrl
Function · 0.85
compress_thread
Function · 0.85
initUsb
Function · 0.85
downloadFileProcess
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected