Skip to content

Commit

Permalink
Add ksceSysrootUseExternalStorage and ksceSysrootUseInternalStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
CelesteBlue-dev authored Jun 29, 2018
1 parent 9375f05 commit b4a4953
Showing 1 changed file with 3 additions and 1 deletion.
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 b4a4953

Please sign in to comment.