Changes

624 bytes removed ,  23:18, 19 August 2012
no edit summary
Line 12: Line 12:  
|-
 
|-
 
| 2
 
| 2
| LowPath.Type
+
| [[FS:OpenFile|LowPath]].Type
 
|-
 
|-
 
| 3
 
| 3
Line 187: Line 187:  
|}
 
|}
   −
Archives 0x567890AB,(CTR NAND) 0x1234567F, 0x567890AE,(TWL NAND) 0x567890AF, and 0x12345679 require the corresponding application exheader access control mount flag to be set, in the exheader for any of the currently running ARM11 processes. The access rights checked by [[Filesystem services|FS]] module for archive mounting with fs:USER, are stored in the process' exheader accessinfo.
+
Archives CTR NAND, 0x1234567F, TWL NAND, 0x567890AF, and 0x12345679 require the corresponding process exheader access control mount flag to be set, in the exheader for any of the currently running ARM11 processes. The access rights checked by [[Filesystem services|FS]] module for archive mounting with fs:USER, are stored in the process' exheader accessinfo.
 
  −
=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
  −
|}