Changes

654 bytes removed ,  23:01, 18 April 2012
no edit summary
Line 49: Line 49:  
!  Description
 
!  Description
 
|-
 
|-
| 0x00000004
+
| 0x00000003
| SaveData
+
| Application RomFS
 
|-
 
|-
 
| 0x00000006
 
| 0x00000006
Line 62: Line 62:  
|-
 
|-
 
| 0x00000009
 
| 0x00000009
| Sdmc
+
| SDMC
 
|-
 
|-
 
| 0x12345678
 
| 0x12345678
Line 72: Line 72:  
| 0x1234567E
 
| 0x1234567E
 
| NAND RO
 
| NAND RO
|-
  −
| 0x567890B1
  −
| GamecardSaveDataForCheck
   
|-
 
|-
 
| 0x567890B2
 
| 0x567890B2
| UserSaveDataForCheck
+
| UserSaveData
|}
  −
 
  −
=Archive LowPath.Data format=
  −
Each archive has a separate LowPath format, some archives' LowPath are unused which are not listed here.
  −
 
  −
{| class="wikitable" border="1"
  −
|-
  −
!  Archive
  −
!  LowPath.Data format
  −
|-
  −
|  (Shared)ExtSaveData(BOSS)
  −
| +0 u8 mediatype, +4 u64 ExtdataID
  −
|-
  −
| SystemSaveData
  −
| +0 u8 mediatype, +4 u32 savedataid
  −
|-
  −
| UserSaveDataForCheck
  −
| +0 u8 mediatype, +4 u64 savedataid
  −
|}
  −
 
  −
SystemSaveData mediatype must always be NAND. UserSaveDataForCheck mediatype must not be NAND.
  −
 
  −
=Mediatypes=
  −
{| class="wikitable" border="1"
  −
|-
  −
!  Type
  −
!  Description
  −
|-
  −
| 0
  −
| NAND
  −
|-
  −
| 1
  −
| SD
  −
|-
  −
| 2
  −
| Gamecard
   
|}
 
|}