|
| | VITASDK_BUILD_ASSERT_EQ (0x40, SceAppMgrSystemEvent) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x4C, SceAppMgrSaveDataData) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x44, SceAppMgrSaveDataDataDelete) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x418, SceAppMgrSaveDataSlot) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x18, SceAppMgrSaveDataSlotDelete) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x80, SceAppMgrAppState) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x88, SceAppMgrBudgetInfo) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x100, SceAppMgrLoadExecOptParam) |
| |
| int | sceAppMgrSaveDataDataSave (SceAppMgrSaveDataData *data) |
| | Save data on savedata0: partition.
|
| |
| int | sceAppMgrSaveDataDataRemove (SceAppMgrSaveDataDataDelete *data) |
| | Remove data on savedata0: partition.
|
| |
| int | sceAppMgrSaveDataSlotCreate (SceAppMgrSaveDataSlot *data) |
| | Create a savedata slot.
|
| |
| int | sceAppMgrSaveDataSlotGetParam (SceAppMgrSaveDataSlot *data) |
| | Get current param of a savedata slot.
|
| |
| int | sceAppMgrSaveDataSlotSetParam (SceAppMgrSaveDataSlot *data) |
| | Set current param of a savedata slot.
|
| |
| int | sceAppMgrSaveDataSlotDelete (SceAppMgrSaveDataSlotDelete *data) |
| | Delete a savedata slot.
|
| |
| int | sceAppMgrGetIdByName (SceUID *pid, const char *name) |
| | Get Process ID by Title ID.
|
| |
| int | sceAppMgrGetNameById (SceUID pid, char *name) |
| | Get Title ID by Process ID.
|
| |
| int | sceAppMgrDestroyOtherApp (void) |
| | Destroy other apps.
|
| |
| int | sceAppMgrDestroyAppByName (const char *name) |
| | Destroy an application by Title ID.
|
| |
| int | sceAppMgrDestroyAppByAppId (SceInt32 appId) |
| | Destroy an application by Application ID.
|
| |
| SceUID | sceAppMgrGetProcessIdByAppIdForShell (SceInt32 appId) |
| | Get PID of an application for Shell.
|
| |
| int | sceAppMgrGetRunningAppIdListForShell (SceInt32 *appIds, int count) |
| | Get a list of running applications.
|
| |
| int | _sceAppMgrGetAppState (SceAppMgrAppState *appState, SceSize len, uint32_t version) |
| | Get an application state.
|
| |
| int | sceAppMgrReceiveSystemEvent (SceAppMgrSystemEvent *systemEvent) |
| | Receive system event.
|
| |
| int | sceAppMgrGetAppParam (char *param) |
| | Copies app param to an array.
|
| |
| int | sceAppMgrAcquireBgmPort (void) |
| | Obtains the BGM port, even when it is not in front.
|
| |
| int | sceAppMgrReleaseBgmPort (void) |
| | Release acquired BGM port.
|
| |
| int | sceAppMgrSetInfobarState (SceAppMgrInfoBarVisibility visibility, SceAppMgrInfoBarColor color, SceAppMgrInfoBarTransparency transparency) |
| | Set infobar state.
|
| |
| int | sceAppMgrLoadExec (const char *appPath, char *const argv[], const SceAppMgrExecOptParam *optParam) |
| | Load and start a SELF executable.
|
| |
| int | sceAppMgrLaunchAppByUri (int flags, const char *uri) |
| | Start an application by URI.
|
| |
| int | sceAppMgrLaunchAppByName2 (const char *name, const char *param, SceAppMgrLaunchAppOptParam *optParam) |
| | Start an application by Title ID.
|
| |
| int | sceAppMgrLaunchAppByName (int flags, const char *name, const char *param) |
| | Start an Application by Title ID.
|
| |
| SceUID | sceAppMgrLaunchAppByName2ForShell (const char *name, const char *param, SceAppMgrLaunchAppOptParam *optParam) |
| | Start an application by Title ID for Shell.
|
| |
| int | sceAppMgrGameDataMount (const char *app_path, const char *patch_path, const char *rif_path, char *mount_point) |
| | Mount game data.
|
| |
| int | sceAppMgrAppDataMount (int id, const char *mount_point) |
| | Mount application data.
|
| |
| int | sceAppMgrAppDataMountById (int id, const char *titleid, const char *mount_point) |
| | Mount application data by Title ID.
|
| |
| int | sceAppMgrAppParamGetString (int pid, int param, char *string, SceSize length) |
| | Get application params from SFO descriptor.
|
| |
| int | sceAppMgrGetDevInfo (const char *dev, uint64_t *max_size, uint64_t *free_size) |
| | Get device info.
|
| |
| int | sceAppMgrMmsMount (int id, const char *mount_point) |
| | Mount application data (PSPEmu)
|
| |
| int | sceAppMgrPspSaveDataRootMount (const char *mount_point) |
| | Mount PSPEmu virtual memory stick.
|
| |
| int | sceAppMgrWorkDirMount (int id, const char *mount_point) |
| | Mount working directory.
|
| |
| int | sceAppMgrWorkDirMountById (int id, const char *titleid, const char *mount_point) |
| | Mount working directory by Title ID.
|
| |
| int | sceAppMgrUmount (const char *mount_point) |
| | Unmount a mountpoint.
|
| |
| int | sceAppMgrConvertVs0UserDrivePath (char *path, char *mount_point, int unk) |
| | Convert vs0 path string to a new one usable by applications.
|
| |
| int | sceAppMgrGetRawPath (char *path, char *resolved_path, int resolved_path_size) |
| | Get raw path for a given path.
|
| |
| int | sceAppMgrGetRawPathOfApp0ByAppIdForShell (int appId, char resolved_path[292]) |
| | Get the real/resolved path of app0: (where it's actually mounted)
|
| |
| int | sceAppMgrGetBudgetInfo (SceAppMgrBudgetInfo *info) |
| | Get memory budget info for a running system application.
|
| |
| | VITASDK_BUILD_ASSERT_EQ (0x428, SceAppMgrCoredumpState) |
| |
| int | sceAppMgrGetCoredumpStateForShell (SceAppMgrCoredumpState *state) |
| | Get current coredump state for shell.
|
| |
| SceInt32 | sceAppMgrDrmOpen (const SceAppMgrDrmOpenParam *param) |
| |
| SceInt32 | sceAppMgrGetAppInfo (const char *unk, SceAppMgrAppState *state) |
| | Get AppInfo via syscall directly.
|
| |