diff options
author | Princess of Sleeping | 2021-07-08 21:07:07 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-07-08 21:07:07 -0400 |
commit | 4bbbaf56c8e1f2e386236e29df71b56314caa19d (patch) | |
tree | ee1247d8f71c294c08e8500f86cf83edbc3b9f97 | |
parent | Add const qualifier to function args (diff) | |
download | vds-libraries-4bbbaf56c8e1f2e386236e29df71b56314caa19d.tar.gz |
Fix name in SceNskbl
-rw-r--r-- | nids/360/SceNskbl.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nids/360/SceNskbl.yml b/nids/360/SceNskbl.yml index 99def40..ac2a119 100644 --- a/nids/360/SceNskbl.yml +++ b/nids/360/SceNskbl.yml @@ -9,7 +9,6 @@ modules: sceKblCpuDisableIrqInterrupts: 0xDDB3A1A8 sceKblFreeFileSystemCtx: 0x261F2747 sceKblGetHardwareFlags: 0xD3A516D5 - sceKblGetMinimumLogLevel: 0xC011935A sceKblGetPutcharHandler: 0x9B868276 sceKblInitDevice: 0xF7AF8690 sceKblLoadModule: 0x6D7A1F18 @@ -18,6 +17,7 @@ modules: sceKblStartModule: 0x9A92436E sceKernelCheckDipsw: 0xC8F4DE71 sceKernelCpuId: 0xB506A10E + sceKernelGetDebugLevel: 0xC011935A sceKernelPrintf: 0x13A5ABEF sceKernelPrintfLevel: 0x752E7EEC sceKernelSysrootCorelockLock: 0x807B4437 |