diff options
author | Reiko Asakura | 2021-03-15 19:29:14 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-03-15 19:29:14 -0400 |
commit | 0441d8b308e58f9391f4715b8f95db7a8b0f9d2f (patch) | |
tree | 88db82fb757d36a8e19d7ca7652598682255cd10 /nids/360/SceProcessmgr.yml | |
parent | Update ScePafStdc names (diff) | |
download | vds-libraries-0441d8b308e58f9391f4715b8f95db7a8b0f9d2f.tar.gz |
Update names from prototype 0.940 display.skprx
1. sceKernelGetKPLS is inferred from similar names.
2. sceDsiSetLanesAndPixelSize is also called sceDsiSetDisplayMode in the
debug logs, but that is probably a mistake.
Diffstat (limited to '')
-rw-r--r-- | nids/360/SceProcessmgr.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nids/360/SceProcessmgr.yml b/nids/360/SceProcessmgr.yml index 97ab6a2..72b4e2a 100644 --- a/nids/360/SceProcessmgr.yml +++ b/nids/360/SceProcessmgr.yml @@ -36,17 +36,17 @@ modules: SceProcessmgrForDriver: nid: 0x746EC971 functions: - sceKernelCreateProcessLocalStorage: 0x3801D7D6 + sceKernelGetKPLS: 0xEE694840 sceKernelGetProcessInfo: 0x0AFF3EAE - sceKernelGetProcessLocalStorageAddr: 0xEE694840 - sceKernelGetProcessLocalStorageAddrForPid: 0xAF80F39C sceKernelGetProcessStatus: 0x65B120B8 sceKernelGetProcessTime: 0xEC283166 sceKernelGetProcessTimeLow: 0x02179E12 sceKernelGetProcessTimeWide: 0x82D94BE9 + sceKernelGetRemoteKPLS: 0xAF80F39C sceKernelGetRemoteProcessTime: 0xC074EB31 sceKernelIsCDialogAvailable: 0x2F6020B7 sceKernelIsGameBudget: 0xF7A8BB25 + sceKernelRegisterKPLS: 0x3801D7D6 SceProcessmgrForKernel: nid: 0x7A69DE86 functions: |