summaryrefslogtreecommitdiff
path: root/include/kernel/sblacmgr.h
diff options
context:
space:
mode:
authorReiko Asakura2021-03-08 19:25:59 -0500
committerReiko Asakura2021-03-08 19:25:59 -0500
commitbf52ec0d8d365c9cb1b18cedf18bd66888897870 (patch)
treebf60a05962a68461fe2cc606977c148abf3c9d49 /include/kernel/sblacmgr.h
parentAdd NIDs in SceLibGcc (diff)
downloadvds-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.h2
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);