MCURTC:SetLegacyJumpProhibitedFlag

From 3dbrew
Revision as of 07:03, 2 May 2016 by Dazzozo (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00590040] |- | 1 | bool |} =Response= {| class="wikitable" border="1" |- !...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Request

Index Word Description
0 Header code [0x00590040]
1 bool

Response

Index Word Description
0 Header code
1 Result code

Description

This writes to the MCU system-state buffer and updates the LegacyJumpProhibited bit.

This is set by LgyBg during title launch to deny the title of the rights to launch other titles via TWL Launcher (TLNC) block.

This is read by NS when handling the TLNC block. If this flag is set, NS ignores and memclears the TLNC block.