Difference between revisions of "CfgS:GetConfigInfoBlk8"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04010082] |- | 1 | Size |- | 2 | BlkID |- | 3 | (Size<<4) <nowiki>|</nowiki> 12...")
 
Line 35: Line 35:
  
 
=Description=
 
=Description=
This loads data from the Cfg NAND savegame, with the [[CfgS:GetConfigInfoBlk2#ConfigInfoBlks|ConfigInfoBlk]] flag 0x8 set. The above input size field must match the size field for the corresponding block entry.
+
This loads data from the Cfg NAND savegame, with the [[Config Info Blocks|ConfigInfoBlk]] flag 0x8 set. The above input size field must match the size field for the corresponding block entry.

Revision as of 06:26, 23 July 2012

Request

Index Word Description
0 Header code [0x04010082]
1 Size
2 BlkID
3 (Size<<4) | 12
4 Output data pointer

Response

Index Word Description
0 Header code
1 Result code

Description

This loads data from the Cfg NAND savegame, with the ConfigInfoBlk flag 0x8 set. The above input size field must match the size field for the corresponding block entry.