diff options
author | Sunguk Lee | 2018-07-01 14:36:10 +0900 |
---|---|---|
committer | GitHub | 2018-07-01 14:36:10 +0900 |
commit | 269fd4c1b280b9be67f6c6add6204942357fef06 (patch) | |
tree | a9e19f5f24f2bf21d51f99b745086e6fd08c24f7 /nids | |
parent | Merge pull request #330 from xerpi/master (diff) | |
parent | Add ksceSysrootUseExternalStorage and ksceSysrootUseInternalStorage (diff) | |
download | vds-libraries-269fd4c1b280b9be67f6c6add6204942357fef06.tar.gz |
Merge pull request #329 from CelesteBlue-dev/patch-6
Rename ksceSysrootIsManufacturingMode to ksceSysrootUseInternalStorage and add ksceSysrootUseExternalStorage
Diffstat (limited to 'nids')
-rw-r--r-- | nids/360/SceSysmem.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nids/360/SceSysmem.yml b/nids/360/SceSysmem.yml index 09e6010..222f06c 100644 --- a/nids/360/SceSysmem.yml +++ b/nids/360/SceSysmem.yml @@ -232,10 +232,10 @@ modules: sceSysrootIsAuCodecIcConexant: 0x46E72428 sceSysrootIsBsodReboot: 0x4373AC96 sceSysrootIsExternalBootMode: 0x89D19090 - sceSysrootIsManufacturingMode: 0x55392965 sceSysrootIsSafeMode: 0x834439A7 sceSysrootIsUpdateMode: 0xB0E1FC67 sceSysrootIsUsbEnumWakeup: 0x79C9AE10 + sceSysrootUseExternalStorage: 0x55392965 sceSysrootUseInternalStorage: 0x50FE3B4D SceUartForKernel: nid: 0xC03DBE40 |