mholgatem / GPIOnext

The next evolution of GPioneer! Create virtual gamepads with your GPIO pins!
MIT License
134 stars 37 forks source link

emulationstation setup - no controllers detected #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello, i'm building a raspberry handheld and want to use buttons conneced to gpio pins as input in retropie. I succesfully added them in the gpionext config and they work when i type gpionext test 1. But i cannot get them to setup in retropie. The emulationstation setupscreen only shows "No gamepads connected." and holding or pressing buttons does no difference. If i connect a usb keyboard, the usb keyboard works, but the gpio buttons are still not recognised.

How can i get the virtual joystick to work in retropie?

mholgatem commented 6 years ago

just type:

gpionext reload

and that should get it working.

ghost commented 6 years ago

Thanks,i got it to work now