File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,27 @@ struct _uidControlBlock {
7070 struct _uidControlBlock * type ; //(0x8)
7171 u32 UID ; //(0xC)
7272 char * name ; //(0x10)
73- unsigned char unk ;
74- unsigned char size ; // Size in words
73+ unsigned char unk ;
74+ unsigned char size ; // Size in words
7575 short attribute ;
7676 struct _uidControlBlock * nextEntry ;
7777} __attribute__((packed ));
7878typedef struct _uidControlBlock SceUidControlBlock ;
7979typedef struct _uidControlBlock uidControlBlock ; // for compat reasons
8080
81+ typedef struct PspPartitionData {
82+ u32 unk [5 ];
83+ u32 size ;
84+ } PspPartitionData ;
85+
86+ typedef struct PspSysMemPartition {
87+ struct PspSysMemPartition * next ;
88+ u32 address ;
89+ u32 size ;
90+ u32 attributes ;
91+ PspPartitionData * data ;
92+ } PspSysMemPartition ;
93+
8194/**
8295 * Query the parition information
8396 *
You can’t perform that action at this time.
0 commit comments