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

Circle Pad Mapping #174

Closed DenizAydin01 closed 2 months ago

DenizAydin01 commented 2 months ago

Im just curious can we still get the circle pad working via config.ini, im ok w the delay.

profi200 commented 2 months ago

It's the example at the end of the input section: https://github.com/profi200/open_agb_firm?tab=readme-ov-file#input

Note that you have to prepend [input]. I should probably add that.

[input]
RIGHT=RIGHT,CP_RIGHT
LEFT=LEFT,CP_LEFT
UP=UP,CP_UP
DOWN=DOWN,CP_DOWN
profi200 commented 2 months ago

Fixed the README.