Skip to content

Enable buttons

sepalani edited this page Jan 7, 2018 · 1 revision

Files downloaded from DLS1 can enable/disable buttons such as the Vault Submit button, the online mode Spectator button and Option button.

The check is done by the nteGlobal.isEnableButton function.

The following patch allow to enable all buttons:

nteGlobal.isEnableButton:
    ...
    # Replace rlwinm with:
    li r3, 1    | 0x38_60_00_01
    ... blr

Here is an archive with its Dolphin signature: isEnableButton.zip

Clone this wiki locally