Difference between revisions of "CfgS:SetConfigInfoBlk4"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04020082] |- | 1 | Size |- | 2 | BlkID |- | 3 | (Size<<4) <nowiki>|</nowiki> 10...") |
|||
Line 35: | Line 35: | ||
=Description= | =Description= | ||
− | This writes data to the Cfg | + | This writes data to the Cfg [[Config_Savegame|savegame]] buffer in memory, the specified block must have flags bitmask 0x4 set. The above input size field must match the size field for the corresponding block entry. This only writes to the buffer in memory, the NAND savegame is not updated. |
Revision as of 21:50, 29 July 2014
Request
Index Word | Description |
---|---|
0 | Header code [0x04020082] |
1 | Size |
2 | BlkID |
3 | (Size<<4) | 10 |
4 | Input data pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
This writes data to the Cfg savegame buffer in memory, the specified block must have flags bitmask 0x4 set. The above input size field must match the size field for the corresponding block entry. This only writes to the buffer in memory, the NAND savegame is not updated.