summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiko Asakura2021-03-08 19:25:59 -0500
committerReiko Asakura2021-03-08 19:25:59 -0500
commitbf52ec0d8d365c9cb1b18cedf18bd66888897870 (patch)
treebf60a05962a68461fe2cc606977c148abf3c9d49
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
-rw-r--r--include/kernel/sblacmgr.h2
-rw-r--r--nids/360/SceSblACMgr.yml6
2 files changed, 5 insertions, 3 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);
diff --git a/nids/360/SceSblACMgr.yml b/nids/360/SceSblACMgr.yml
index 65e436e..9f22361 100644
--- a/nids/360/SceSblACMgr.yml
+++ b/nids/360/SceSblACMgr.yml
@@ -5,7 +5,8 @@ modules:
SceSblACMgrForDriver:
nid: 0x9AD8E213
functions:
- sceSblACMgrGetPathId: 0x4322F188
+ sceSblACMgrGetFSAttributeByThreadAccessLevel: 0x0606B87E
+ sceSblACMgrGetMediaType: 0x4322F188
sceSblACMgrGetSelfAuthInfo: 0x96AF69BD
sceSblACMgrHasCapability: 0xC2D1F2FC
sceSblACMgrIsAllowedExtendedMemory: 0x4DB7F512
@@ -23,7 +24,8 @@ modules:
sceSblACMgrIsPspEmu: 0xFD00C72A
sceSblACMgrIsSIEApp: 0xA67E8E5B
sceSblACMgrIsSceShell: 0x991FDC15
- sceSblACMgrIsShell: 0x8612B243
sceSblACMgrIsSystem: 0x0948F41C
+ sceSblACMgrIsSystemProgram: 0x8612B243
sceSblACMgrIsUpdaterUISetupperOrPkgInstallerSpawn: 0x962CD237
sceSblACMgrIsWebCoreOrWebKitProcess: 0x0139FC20
+ sceSblACMgrSetFSAttributeByPermission: 0x6210D745