diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/user/appmgr.h | 8 |
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 |