8SceShutterSoundType SCE_SHUTTER_SOUND_TYPE_SAVE_IMAGE;
9SceShutterSoundType SCE_SHUTTER_SOUND_TYPE_SAVE_VIDEO_START;
10SceShutterSoundType SCE_SHUTTER_SOUND_TYPE_SAVE_VIDEO_END;
11SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_PS_BTN;
12SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_QUICK_MENU;
13SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_POWEROFF_MENU;
14SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_UNK8;
15SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_USB_CONNECTION;
16SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_MC_INSERTED;
17SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_MC_REMOVED;
18SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_UNK80;
19SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_UNK100;
20SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_UNK200;
21SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_MUSIC_PLAYER;
22SceShellUtilLockType SCE_SHELL_UTIL_LOCK_TYPE_PS_BTN_2;
53nil
os.uri(
string uri, number flag) {}
61nil
os.infobar(SceAppMgrInfoBarVisibility state, SceAppMgrInfoBarColor color, SceAppMgrInfoBarTransparency transparency) {}
71nil
os.lock(
boolean lock, SceShellUtilLockType type, ...) {}
nil os.standby()
Definition lj_os.h:97
string os.launchparams()
Definition lj_os.h:146
nil os.appdelete(string titleid)
Definition lj_os.h:142
boolean os.appexists(string titleid)
Definition lj_os.h:134
string os.title()
Definition lj_os.h:105
SceAppMgrInfoBarTransparency SCE_APPMGR_INFOBAR_TRANSPARENCY_TRANSLUCENT
INFOBAR_TRANSPARENCY_TRANSLUCENT for short
Definition lj_os.h:34
nil os.abortimportphoto()
Definition lj_os.h:157
nil os.execute(string path)
Definition lj_os.h:122
nil os.displayoff()
Definition lj_os.h:181
nil os.displayon()
Definition lj_os.h:177
nil os.musicexport(string path)
Definition lj_os.h:87
nil os.photoexport(string path)
Definition lj_os.h:83
nil os.lock(boolean lock, SceShellUtilLockType type,...)
Definition lj_os.h:71
string os.titleid()
Definition lj_os.h:109
number or nil os.cpu(number clock)
Definition lj_os.h:161
number or nil os.xbar(number clock)
Definition lj_os.h:173
boolean os.unsafe()
Definition lj_os.h:130
nil os.restart()
Definition lj_os.h:101
nil os.videoexport(string path)
Definition lj_os.h:79
boolean os.isbatterylow()
Definition lj_os.h:126
nil os.closeapp(string titleid)
Definition lj_os.h:113
nil os.infobar(SceAppMgrInfoBarVisibility state, SceAppMgrInfoBarColor color, SceAppMgrInfoBarTransparency transparency)
Definition lj_os.h:61
nil os.shutdown()
Definition lj_os.h:93
number or nil os.gpu(number clock)
Definition lj_os.h:169
nil os.shuttersound(SceShutterSoundType shuttertype)
Definition lj_os.h:57
nil os.exit()
Definition lj_os.h:43
nil os.delay(number seconds)
Definition lj_os.h:39
SceAppMgrInfoBarVisibility SCE_APPMGR_INFOBAR_VISIBILITY_INVISIBLE
INFOBAR_VISIBILITY_INVISIBLE for short
Definition lj_os.h:24
nil os.notification(string text)
Definition lj_os.h:75
SceAppMgrInfoBarColor SCE_APPMGR_INFOBAR_COLOR_WHITE
INFOBAR_COLOR_WHITE for short
Definition lj_os.h:30
SceAppMgrInfoBarVisibility SCE_APPMGR_INFOBAR_VISIBILITY_VISIBLE
INFOBAR_VISIBILITY_VISIBLE for short
Definition lj_os.h:26
number or nil os.bus(number clock)
Definition lj_os.h:165
nil os.delaycb(number seconds)
Definition lj_os.h:48
SceAppMgrInfoBarTransparency SCE_APPMGR_INFOBAR_TRANSPARENCY_OPAQUE
INFOBAR_TRANSPARENCY_OPAQUE for short
Definition lj_os.h:32
nil os.installdir(string path)
Definition lj_os.h:138
nil os.uri(string uri, number flag)
Definition lj_os.h:53
string os.importphoto(number r, number g, number b, number a)
Definition lj_os.h:153
SceAppMgrInfoBarColor SCE_APPMGR_INFOBAR_COLOR_BLACK
INFOBAR_COLOR_BLACK for short
Definition lj_os.h:28
nil os.closeotherapps()
Definition lj_os.h:117