diff options
author | Reiko Asakura | 2020-07-24 19:22:28 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-07-24 19:22:28 -0400 |
commit | d18ab7b9fc6f59c2319bcdce00bede7e84acdf75 (patch) | |
tree | 64bea01fffe15976d94cfbff0b0040a6e606c330 /include/user/appmgr.h | |
parent | Add functions in SceAVConfig (diff) | |
parent | Revert vitasdk commits (diff) | |
download | vds-libraries-d18ab7b9fc6f59c2319bcdce00bede7e84acdf75.tar.gz |
Merge Vitasdk
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r-- | include/user/appmgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 093b350..e912ce5 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -258,7 +258,7 @@ int sceAppMgrGetRunningAppIdListForShell(SceUID *appIds, int count); * @return 0 on success, < 0 on error. */ -int _sceAppMgrGetAppState(SceAppMgrAppState *appState, uint32_t len, uint32_t version); +int _sceAppMgrGetAppState(SceAppMgrAppState *appState, SceSize len, uint32_t version); /** * Receive system event @@ -406,7 +406,7 @@ int sceAppMgrAppDataMountById(int id, const char *titleid, const char *mount_poi * * @note param: 6 (contentid) 8 (category), 9 (stitle/title?), 10 (title/stitle?), 12 (titleid) */ -int sceAppMgrAppParamGetString(int pid, int param, char *string, int length); +int sceAppMgrAppParamGetString(int pid, int param, char *string, SceSize length); /** * Get device info |