Config Savegame: Difference between revisions

No edit summary
Line 1: Line 1:
This page lists the configuration blocks used in the [[Config_Services|Cfg]] NAND savegame. These can be accessed with the Cfg service commands.
This page describes the format of the [[Config_Services|Cfg]] [[System_SaveData|NAND]] savegame. These blocks can be accessed with the Cfg service commands.


==Configuration block entry header ==
==Structure of save-file "/config"==
{| class="wikitable" border="1"
|-
!  Offset
!  Size
!  Description
|-
| 0x0
| 0x2
| Total entries
|-
| 0x2
| 0x2
| ?
|-
| 0x4
| 0x4558
| Block entries
|-
| 0x455C
|
| Data for the entries
|}
 
==Configuration block entry ==
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-