Config Savegame: Difference between revisions
m moved Config Info Blocks to Config Savegame |
No edit summary |
||
Line 1: | Line 1: | ||
This page | 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 | ==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" | ||
|- | |- |