FunKey-Project / FunKey-OS

Buildroot-based embedded Linux OS for the FunKey S retro-gaming console
https://www.funkey-project.com/
GNU General Public License v2.0
242 stars 65 forks source link

Game Gear buttons in wrong order #9

Closed baochan closed 3 years ago

baochan commented 3 years ago

The two action buttons for the Game Gear emulator are reversed (1 is on the right, 2 is on the left/bottom). Correcting this in the FunKey/.mednafen/mednafen-09x.cfg file on the mounted USB drive doesn't help, as the file seems to be reverted once unmounted.

I think it's as simple as setting

gg.input.builtin.gamepad.button1 keyboard 98
gg.input.builtin.gamepad.button2 keyboard 97

But I don't know how to get the values to stick.

Edit: Sorry if this is the wrong place, I don't know which emulator to add this issue to.

DrUm78 commented 3 years ago

As GG emulation is handled by Mednafen, this bug should go there: https://github.com/FunKey-Project/mednafen-git/issues