From d5e76a95a17d6a69c469e2049a422d4b6b645c15 Mon Sep 17 00:00:00 2001 From: GrapheneCt Date: Thu, 1 Oct 2020 21:04:36 -0400 Subject: Add sceAppMgrSendNotificationRequest --- include/user/appmgr.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/user') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 2467c24..866f3c1 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -130,6 +130,11 @@ typedef struct SceAppMgrBudgetInfo { // 0x88 } SceAppMgrBudgetInfo; +typedef struct SceAppMgrTrcNotification { + int unk; //!< Set to 0 + char message[0x3C]; //!< Must be null-terminated +} SceAppMgrTrcNotification; + /** * Save data on savedata0: partition * @@ -530,6 +535,11 @@ int _sceAppMgrGetRawPathOfApp0ByAppIdForShell(int appId, char resolved_path[292] */ int sceAppMgrGetBudgetInfo(SceAppMgrBudgetInfo *info); +/** + * Set unk to 0. + */ +int sceAppMgrSendNotificationRequest(SceAppMgrTrcNotification *notification, int unk); + /** * Shared Framebuffer */ -- cgit v1.2.3