summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/user/appmgr.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index a11c0ef..5c3d45a 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -79,7 +79,13 @@ typedef struct SceAppMgrSaveDataSlotDelete {
SceAppUtilSaveDataMountPoint mountPoint; //!< Savedata mountpoint
} SceAppMgrSaveDataSlotDelete;
-typedef struct SceAppMgrAppState SceAppMgrAppState; // Missing struct
+typedef struct SceAppMgrAppState {
+ SceUInt32 systemEventNum;
+ SceUInt32 appEventNum;
+ SceBool isSystemUiOverlaid;
+ SceUInt8 reserved[116];
+} SceAppMgrAppState;
+
typedef struct SceAppMgrExecOptParam SceAppMgrExecOptParam; // Missing struct
typedef struct SceAppMgrLaunchAppOptParam SceAppMgrLaunchAppOptParam; // Missing struct