Difference between revisions of "Cfg:GetLocalFriendCodeSeedData"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04040042] ("cfg:i": 0x04040042 / 0x080F0042) |- | 1 | Size (Unused by Cfg modul...")
 
(No difference)

Latest revision as of 00:22, 30 July 2014

Request[edit]

Index Word Description
0 Header code [0x04040042] ("cfg:i": 0x04040042 / 0x080F0042)
1 Size (Unused by Cfg module)
2 (Size<<4) | 12
3 Output data pointer

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This copies the entire 0x110-byte buffer containing the data for the LocalFriendCodeSeed, to the output buffer. The output buffer size is not checked, therefore the size must be at least 0x110-bytes.