diff options
Diffstat (limited to '')
-rw-r--r-- | include/user/appmgr.h | 9 |
1 files changed, 7 insertions, 2 deletions
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 |