From aed153726f3d852e286b2d3c2da0177528b156e1 Mon Sep 17 00:00:00 2001 From: scribam Date: Tue, 22 Jan 2019 23:10:07 +0100 Subject: Update SceAppMgrAppState --- include/user/appmgr.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/user') 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 -- cgit v1.2.3