Difference between revisions of "Memory Card"

From Vita Development Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! code !! type !! name
+
! code !! type !! name !! desc
 
|-
 
|-
| 0xD || raw || Some data
+
| 0xD || raw || || Some data
 
|-
 
|-
| 0x8 || exfat || ux0
+
| 0x8 || exfat || ux0 || Memory Card
 
|-
 
|-
 
|}
 
|}

Revision as of 04:25, 4 February 2017

Partitions

Memory Card can be accessed with SceMsif module. It has the following partitions:

code type name desc
0xD raw Some data
0x8 exfat ux0 Memory Card