ACTU:SetIsApplicationUpdateRequired: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x000A|0|0}} {{IPC/RequestEnd}} =Response= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestHeader|0x000A|1|0}} {{IPC/Re..."
 
TimmSkiller (talk | contribs)
No edit summary
 
Line 1: Line 1:
=Request=
=Request=
{{IPC/Request}}
{{IPC/Request}}
{{IPC/RequestHeader|0x000A|0|0}}
{{IPC/RequestHeader|0x000A|1|0}}
{{IPC/RequestEntry|bool, isRequired}}
{{IPC/RequestEnd}}
{{IPC/RequestEnd}}


Line 12: Line 13:


=Description=
=Description=
Sets the IsApplicationRequired field to true in the internal account manager. This only works in debug mode (when [[Config_Savegame#Configuration_blocks|Configuration Block]] 0x00130000 is set to 0x100).
Sets the IsApplicationRequired field in the internal account manager. If <code>true</code> is passed in, this only works in debug mode (when [[Config_Savegame#Configuration_blocks|Configuration Block]] 0x00130000 is set to 0x100).

Latest revision as of 13:25, 7 March 2025

Request

Index Word Description
0
Header 0x000A0040 Cmd 0x000A Param 1 Xlat 0
1 bool, isRequired

Response

Index Word Description
0
Header 0x000A0040 Cmd 0x000A Param 1 Xlat 0
1 Result code

Description

Sets the IsApplicationRequired field in the internal account manager. If true is passed in, this only works in debug mode (when Configuration Block 0x00130000 is set to 0x100).