profi200 / open_agb_firm

open_agb_firm is a bare metal app for running GBA homebrew/games using the 3DS builtin GBA hardware.
GNU General Public License v3.0
849 stars 42 forks source link

[Request] New 3DS Buttons Remapping #173

Open nshannon123 opened 3 months ago

nshannon123 commented 3 months ago

Wondering if it's possible to allow the ZL and ZR buttons to be used in the input remapping text files? I'd like to have R and L on the ZR and ZL buttons for example

profi200 commented 3 months ago

Currently no. I don't have the driver to access the button state for ZL/ZR. They are not exposed the same way as the standard buttons.

EvansJahja commented 2 months ago

I think I figure it out. I'll try to raise a PR soon. I've managed to get the data correctly, so it's just tidying up now