Changes

161 bytes added ,  02:02, 7 July 2014
m
Line 245: Line 245:  
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
!  Bit
+
!  Bit and bitmask
 
!  Description
 
!  Description
 
|-
 
|-
|  0
+
|  0, 0x1
 
|  Category System Application
 
|  Category System Application
 
|-
 
|-
|  1
+
|  1, 0x2
 
|  Category Hardware Check
 
|  Category Hardware Check
 
|-
 
|-
|  2
+
|  2, 0x4
 
|  Category File System Tool
 
|  Category File System Tool
 
|-
 
|-
|  3
+
|  3, 0x8
 
|  Debug
 
|  Debug
 
|-
 
|-
|  4
+
|  4, 0x10
 
|  TWL Card Backup
 
|  TWL Card Backup
 
|-
 
|-
|  5
+
|  5, 0x20
 
|  TWL Nand Data
 
|  TWL Nand Data
 
|-
 
|-
|  6
+
|  6, 0x40
 
|  BOSS
 
|  BOSS
 
|-
 
|-
|  7
+
|  7, 0x80
 
|  [[FS:OpenArchive|sdmc:/]]
 
|  [[FS:OpenArchive|sdmc:/]]
 
|-
 
|-
|  8
+
|  8, 0x100
 
|  Core
 
|  Core
 
|-
 
|-
|  9
+
|  9, 0x200
 
|  [[Flash Filesystem|nand:/ro/]] (Read Only)
 
|  [[Flash Filesystem|nand:/ro/]] (Read Only)
 
|-
 
|-
|  10
+
|  10, 0x400
 
|  [[Flash Filesystem|nand:/rw/]]
 
|  [[Flash Filesystem|nand:/rw/]]
 
|-
 
|-
|  11
+
|  11, 0x800
 
|  [[Flash Filesystem|nand:/ro/]] (Write Access)
 
|  [[Flash Filesystem|nand:/ro/]] (Write Access)
 
|-
 
|-
|  12
+
|  12, 0x1000
 
|  Category System Settings
 
|  Category System Settings
 
|-
 
|-
|  13
+
|  13, 0x2000
 
|  Card Board
 
|  Card Board
 
|-
 
|-
|  14
+
|  14, 0x4000
 
|  Export Import IVS
 
|  Export Import IVS
 
|-
 
|-
|  15
+
|  15, 0x8000
 
|  [[FS:OpenArchive|sdmc:/]] (Write-only)
 
|  [[FS:OpenArchive|sdmc:/]] (Write-only)
 
|-
 
|-
|  16
+
|  16, 0x10000
 
|  Switch Cleanup (Introduced in [[3.0.0-5|3.0.0]]?)  
 
|  Switch Cleanup (Introduced in [[3.0.0-5|3.0.0]]?)  
 
|-
 
|-
|  17
+
|  17, 0x20000
 
|  Save Data Move (Introduced in [[5.0.0-11|5.0.0]])  
 
|  Save Data Move (Introduced in [[5.0.0-11|5.0.0]])  
 
|-
 
|-
|  18
+
|  18, 0x40000
 
|  Shop (Introduced in [[5.0.0-11|5.0.0]])  
 
|  Shop (Introduced in [[5.0.0-11|5.0.0]])  
 
|-
 
|-
|  19
+
|  19, 0x80000
 
|  Shell (Introduced in [[5.0.0-11|5.0.0]])  
 
|  Shell (Introduced in [[5.0.0-11|5.0.0]])  
 
|-
 
|-
|  20
+
|  20, 0x100000
 
|  Category HomeMenu (Introduced in [[6.0.0-11|6.0.0]])  
 
|  Category HomeMenu (Introduced in [[6.0.0-11|6.0.0]])  
 
|}
 
|}
Line 324: Line 324:  
|  Use Extended Save Data Access. When this is set, the ''Extdata ID'' and ''Storage Accessable Unique Ids'' regions are used to store a total of 6 ''Accessible Save Ids''. Introduced in [[6.0.0-11|6.0.0]].
 
|  Use Extended Save Data Access. When this is set, the ''Extdata ID'' and ''Storage Accessable Unique Ids'' regions are used to store a total of 6 ''Accessible Save Ids''. Introduced in [[6.0.0-11|6.0.0]].
 
|}
 
|}
      
==== Service Access Control ====
 
==== Service Access Control ====