Skip to content

Instantly share code, notes, and snippets.

@giventofly
Created September 8, 2024 23:39
Show Gist options
  • Save giventofly/a9ff55f2e40d9419956830e491c9d049 to your computer and use it in GitHub Desktop.
Save giventofly/a9ff55f2e40d9419956830e491c9d049 to your computer and use it in GitHub Desktop.
Batocera wiiu gamepad exit

ssh into batocera nano /usr/share/evmapy/wiiu.keys add this entry to use select+start to exit the emulator:

{
           "trigger": ["select", "start"],
            "type": "key",
            "target": ["KEY_LEFTALT", "KEY_F4"],
            "description": "Exit emulator"
        },

control+x, y to save

and do batocera-save-overlay so the changes are persisted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment