diff options
author | TheOfficialFloW | 2017-09-14 20:06:04 +0200 |
---|---|---|
committer | GitHub | 2017-09-14 20:06:04 +0200 |
commit | 78334b9fcb868b1f5d365de812c0de6258a7a7e4 (patch) | |
tree | 46830366b996773a3f79266f3c06202d8ce6442a /include/user/appmgr.h | |
parent | Update appmgr.h (diff) | |
download | vds-libraries-78334b9fcb868b1f5d365de812c0de6258a7a7e4.tar.gz |
Update appmgr.h
Diffstat (limited to 'include/user/appmgr.h')
-rw-r--r-- | include/user/appmgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h index 9264ebc..5a1a4f4 100644 --- a/include/user/appmgr.h +++ b/include/user/appmgr.h @@ -59,10 +59,10 @@ typedef struct sceAppMgrLoadExecOptParam { #define SCE_APPMGR_MAX_APP_NAME_LENGTH (31) -// Get process ID by name (name of SceShell is NPXS19999) +//! Get process ID by name (name of SceShell is NPXS19999) int sceAppMgrGetIdByName(SceUID *pid, const char *name); -// Get process name by ID +//! Get process name by ID int sceAppMgrGetNameById(SceUID pid, char *name); //! Destroy all other apps |