diff options
author | scribam | 2019-01-22 23:10:07 +0100 |
---|---|---|
committer | scribam | 2019-02-09 11:26:01 +0100 |
commit | aed153726f3d852e286b2d3c2da0177528b156e1 (patch) | |
tree | cc47dfd0036f1b46ca34c72e14442319ea275cbd | |
parent | Merge pull request #390 from vitasdk/import-nids (diff) | |
download | vds-libraries-aed153726f3d852e286b2d3c2da0177528b156e1.tar.gz |
Update SceAppMgrAppState
-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 |