diff options
author | Reiko Asakura | 2021-03-08 19:25:59 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-08 19:25:59 -0500 |
commit | bf52ec0d8d365c9cb1b18cedf18bd66888897870 (patch) | |
tree | bf60a05962a68461fe2cc606977c148abf3c9d49 /include/kernel/sblacmgr.h | |
parent | Add NIDs in SceLibGcc (diff) | |
download | vds-libraries-bf52ec0d8d365c9cb1b18cedf18bd66888897870.tar.gz |
Add and change names in SceSblACMgr from dbg log
From prototype 0.940 ss_mgr.skprx
sceSblACMgrIsSystemProgram
sceSblACMgrGetMediaType
From prototype 0.940 exfatfs.skprx
sceSblACMgrGetFSAttributeByThreadAccessLevel
sceSblACMgrSetFSAttributeByPermission
Diffstat (limited to '')
-rw-r--r-- | include/kernel/sblacmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel/sblacmgr.h b/include/kernel/sblacmgr.h index 366fb8a..982ccfa 100644 --- a/include/kernel/sblacmgr.h +++ b/include/kernel/sblacmgr.h @@ -11,7 +11,7 @@ extern "C" { #endif -int sceSblACMgrIsShell(SceUID pid); +int sceSblACMgrIsSystemProgram(SceUID pid); int sceSblACMgrIsPspEmu(SceUID pid); int sceSblACMgrIsGameProgram(SceUID pid); int sceSblACMgrIsNonGameProgram(SceUID pid); |