Filesystem services: Difference between revisions

No edit summary
Line 2,656: Line 2,656:
| 0x3
| 0x3
| 0x1
| 0x1
| MemoryType
| [[#MemoryType|MemoryType]]
|}
|}


Line 2,670: Line 2,670:
| 0x0
| 0x0
| 0x1
| 0x1
| CardSecurityNumber
| [[#CardSecurityNumber|CardSecurityNumber]]
|-
|-
| 0x1
| 0x1
| 0x1
| 0x1
| CardType
| [[#CardType|CardType]]
|-
|-
| 0x2
| 0x2
Line 2,727: Line 2,727:
|-
|-
| 0xE2 || 32GB
| 0xE2 || 32GB
|}
= MemoryType =
This is "nn::gc::detail::MemoryType".
{| class="wikitable" border="1"
|-
! Value || Name
|-
| 0x1 || T1RomFast
|-
| 0x2 || T2RomFast
|-
| 0x9 || T1NandFast
|-
| 0xA || T2NandFast
|-
| 0x21 || T1RomLate
|-
| 0x22 || T2RomLate
|-
| 0x29 || T1NandLate
|-
| 0x2A || T2NandLate
|}
= CardSecurityNumber =
This is "nn::gc::detail::CardSecurityNumber".
{| class="wikitable" border="1"
|-
! Value || Name
|-
| 0 || 0
|-
| 1 || 1
|-
| 2 || 2
|-
| 3 || 3
|-
| 4 || 4
|}
= CardType =
This is "nn::gc::detail::CardType".
{| class="wikitable" border="1"
|-
! Value || Name
|-
| 0 || Rom
|-
| 1 || WritableDevT1
|-
| 2 || WritableProdT1
|-
| 3 || WritableDevT2
|-
| 4 || WritableProdT2
|}
|}