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

Function isSafeMode

init.c:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169int language = 0, enter_button = 0, date_format = 0, time_format = 0;
170
171int isSafeMode() {
172 return is_safe_mode;
173}
174
175static void initSceAppUtil() {
176 // Init SceAppUtil

Callers 3

fileBrowserMenuCtrlFunction · 0.85
drawShellInfoFunction · 0.85
initFtpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected