summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunguk Lee2019-10-15 02:47:16 +0900
committerSunguk Lee2019-10-18 03:05:37 +0900
commit788694705f5aaa11bf5a867d2686d78045666f43 (patch)
treec17a5d1cc03dd73d3d67b089363c792948ec04c2
parentpsp2kern: Added some function and description of the modulemgr (#427) (diff)
downloadvds-libraries-788694705f5aaa11bf5a867d2686d78045666f43.tar.gz
psp2: Add SCE_KERNEL_MEMBLOCK_TYPE_USER_RX
sceKernelAllocMemBlockForVM would alloc the memchunk typed by 0x0C20D050
-rw-r--r--include/user/kernel/sysmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/user/kernel/sysmem.h b/include/user/kernel/sysmem.h
index 2e68078..1e0ea9c 100644
--- a/include/user/kernel/sysmem.h
+++ b/include/user/kernel/sysmem.h
@@ -9,6 +9,7 @@ extern "C" {
typedef enum SceKernelMemBlockType {
SCE_KERNEL_MEMBLOCK_TYPE_USER_RW_UNCACHE = 0x0C208060,
+ SCE_KERNEL_MEMBLOCK_TYPE_USER_RX = 0x0C20D050,
SCE_KERNEL_MEMBLOCK_TYPE_USER_RW = 0x0C20D060,
SCE_KERNEL_MEMBLOCK_TYPE_USER_MAIN_PHYCONT_RW = 0x0C80D060,
SCE_KERNEL_MEMBLOCK_TYPE_USER_MAIN_PHYCONT_NC_RW = 0x0D808060,