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