adafruit / Adafruit-Retrogame

Raspberry Pi GPIO-to-virtual-keyboard utility for classic game emulators
https://learn.adafruit.com/retro-gaming-with-raspberry-pi
355 stars 123 forks source link

Inputs not working in games. #35

Closed Joe-does-Calculus closed 8 years ago

Joe-does-Calculus commented 8 years ago

Making a Pigrrl project somewhere between a Pigrrl 2 and Zero. I'm using a Raspberry Pi 3 and have retropie and retrogame installed. Buttons work great in emulationstation but do nothing in a game. Any ideas on what's going wrong?

washplant26 commented 8 years ago

Lucky. I can't even get one single button to do anything.

PaintYourDragon commented 8 years ago

Probably udev rules related; please see top-level README for setting this up. See if other emulators fare any better (e.g. MAME, NES). Code is tested and known working with current RetroPie and Pi 3.

Joe-does-Calculus commented 8 years ago

It was a typo in the udev rules, working nicely now. Thank you so much for the help and apologies for misusing the issues tab. I'm still learning.

PaintYourDragon commented 8 years ago

Cool, glad to hear you got it working. No worries, took it as an opportunity to clarify in the README where to best find help. And we've been contemplating easier install procedures.