summaryrefslogtreecommitdiff
path: root/include/kernel/appmgr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/kernel/appmgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel/appmgr.h b/include/kernel/appmgr.h
index 758c339..2f8e91a 100644
--- a/include/kernel/appmgr.h
+++ b/include/kernel/appmgr.h
@@ -16,7 +16,7 @@ int sceAppMgrKillProcess(SceUID pid);
typedef struct
{
- size_t size;
+ SceSize size;
unsigned int unk_4; //<! set to 0x80000000 to break on launch
unsigned int unk_8;
unsigned int unk_C;
@@ -43,7 +43,7 @@ typedef struct
*
* @return pid on success, else < 0.
*/
-int sceAppMgrLaunchAppByPath(const char *path, const char *args, unsigned arg_size, unsigned int type, const SceAppMgrLaunchParam *param, void *unk);
+int sceAppMgrLaunchAppByPath(const char *path, const char *args, SceSize arg_size, unsigned int type, const SceAppMgrLaunchParam *param, void *unk);
#ifdef __cplusplus
}