From 5f382a9b2b45ee2bb43ae2077cfc1575db97f592 Mon Sep 17 00:00:00 2001 From: Reiko Asakura Date: Sat, 21 Nov 2020 13:56:33 -0500 Subject: Add doc for sceAppMgrSendNotificationRequest --- include/user/appmgr.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 866f3c1..7b796e1 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -536,9 +536,14 @@ int _sceAppMgrGetRawPathOfApp0ByAppIdForShell(int appId, char resolved_path[292] int sceAppMgrGetBudgetInfo(SceAppMgrBudgetInfo *info); /** - * Set unk to 0. + * Send TRC notification. Only visible if TRC notifications are enabled. + * + * @param[in] notification - pointer to struct containing notification text + * @param[in] blocking - Will wait for semaphore if set to true, otherwise will poll semaphore. + * + * @return 0 on success, < 0 on error. */ -int sceAppMgrSendNotificationRequest(SceAppMgrTrcNotification *notification, int unk); +int sceAppMgrSendNotificationRequest(SceAppMgrTrcNotification *notification, SceBool blocking); /** * Shared Framebuffer -- cgit v1.2.3