Skip to content

Commit

Permalink
Merge pull request #329 from CelesteBlue-dev/patch-6
Browse files Browse the repository at this point in the history
Rename ksceSysrootIsManufacturingMode to ksceSysrootUseInternalStorage and add ksceSysrootUseExternalStorage
  • Loading branch information
d3m3vilurr authored Jul 1, 2018
2 parents bbaaf16 + b4a4953 commit aee0d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,7 @@ modules:
ksceSysrootIsAuCodecIcConexant: 0x46E72428
ksceSysrootIsBsodReboot: 0x4373AC96
ksceSysrootIsExternalBootMode: 0x89D19090
ksceSysrootIsManufacturingMode: 0x55392965
ksceSysrootUseExternalStorage: 0x55392965
ksceSysrootIsSafeMode: 0x834439A7
ksceSysrootIsUpdateMode: 0xB0E1FC67
ksceSysrootIsUsbEnumWakeup: 0x79C9AE10
Expand Down
4 changes: 3 additions & 1 deletion include/psp2kern/kernel/sysmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,9 @@ int ksceKernelMemRangeReleaseForPid(SceUID pid, void *addr, unsigned int size);
*/
int ksceKernelMemRangeReleaseWithPerm(SceKernelMemoryRefPerm perm, void *addr, unsigned int size);

int ksceSysrootIsManufacturingMode(void);
int ksceSysrootUseExternalStorage(void);

int ksceSysrootUseInternalStorage(void);

int ksceDebugPrintf(const char *fmt, ...);

Expand Down

0 comments on commit aee0d75

Please sign in to comment.