You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to map G&W Zelda Start and Select buttons in order to emulate more LCD games. Basically all games that buttons 3 or 4.
I did custom files for some of them (tgaunt.py, tgoldeye.py, tmkombat.py,...) using BTN_START and BTN_SELECT.
And I added their definition to the rom_config.py but without success... BTN_START = 0x100 #BTN_C BTN_SELECT = 0x200 #BTN_D
Any hints please ?
The text was updated successfully, but these errors were encountered:
I would like to be able to map G&W Zelda Start and Select buttons in order to emulate more LCD games. Basically all games that buttons 3 or 4.
I did custom files for some of them (tgaunt.py, tgoldeye.py, tmkombat.py,...) using BTN_START and BTN_SELECT.
And I added their definition to the rom_config.py but without success...
BTN_START = 0x100 #BTN_C
BTN_SELECT = 0x200 #BTN_D
Any hints please ?
The text was updated successfully, but these errors were encountered: