Difference between revisions of "ACTU:AcquireEula"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x001E|2|2}} {{IPC/RequestEntry|u8, Country code}} {{IPC/RequestEntry|3-character ASCII ISO langu...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
{{IPC/RequestHeader|0x001E|2|2}}
 
{{IPC/RequestHeader|0x001E|2|2}}
 
{{IPC/RequestEntry|u8, [[Config_Savegame#CountryInfo|Country code]]}}
 
{{IPC/RequestEntry|u8, [[Config_Savegame#CountryInfo|Country code]]}}
{{IPC/RequestEntry|3-character ASCII ISO language code (2 characters + NULL termination)}}
+
{{IPC/RequestEntry|ISO 639 Set 1 language code (2 characters + NULL termination)}}
 
{{IPC/CopyHandle|1}}
 
{{IPC/CopyHandle|1}}
 
{{IPC/CopyHandleEntry|Completion event handle}}
 
{{IPC/CopyHandleEntry|Completion event handle}}
Line 10: Line 10:
 
=Response=
 
=Response=
 
{{IPC/Request}}
 
{{IPC/Request}}
{{#vardefine:ipc_offset}}
+
{{#vardefine:ipc_offset|0}}
 
{{IPC/RequestHeader|0x001E|1|0}}
 
{{IPC/RequestHeader|0x001E|1|0}}
 
{{IPC/RequestEntry|Result code}}
 
{{IPC/RequestEntry|Result code}}

Latest revision as of 21:48, 20 January 2025

Request[edit]

Index Word Description
0
Header 0x001E0082 Cmd 0x001E Param 2 Xlat 2
1 u8, Country code
2 ISO 639 Set 1 language code (2 characters + NULL termination)
3 Descriptor for copying 1 handle
4 Completion event handle

Response[edit]

Index Word Description
0
Header 0x001E0040 Cmd 0x001E Param 1 Xlat 0
1 Result code

Description[edit]

Requests the Nintendo Network EULA corresponding to the given country and language.