Homepage Forums RetroPie Project Everything else related to the RetroPie Project help me map N64mupen controls to my console controls. Reply To: help me map N64mupen controls to my console controls.

#95749
tommymsw
Participant

Thanks, I am not really sure what you mean exactly? What loads in yellow is GPIO Controller 1. That does not appear in the inputautocfg.ini file. I tried manually adding a section like:(based in the GPIO controller cfg found in /opt/retropie/emulators/retroarch/configs)

[GPIO Controller 1]
plugged = True
plugin = 2
mouse = False
input_device = “GPIO Controller 1”
input_driver = “udev”
DPad R = “+0”
DPad L = “-0”
DPad D = “+1”
DPad U = “-1”
Start = “7”

But I get no joy. It seems as if “any” button I press registers as “A” as when the game says “Press A button” any button advances the screen. But then I have to press “Start” and no button works. Somehow it is getting an input from the buttons (as they advance the screens) but maybe none are registered with a proper command?