Currently I have an Arcade USB controller connected to the Pi, the Emulation Station GUI works well with it, but I have no idea how to make it work on the emulator.
It is mentioned that I should configure on /opt/retropie/configs the appropriate .cfg file.
When I enter that directory, I can find a directory for each emulator, which for sure is where the config files are located.
Inside let's say the /opt/retropie/configs/snes , i can find retroarch.cfg with the following entries:
Code: Select all
# All settings made here will override the global settings for the current emula
tor core
video_shader = "/opt/retropie/emulators/RetroArch/shader/snes_phosphor.glslp"
video_shader_enable = false
video_smooth = false
Where can I find some guidance to configure the controllers?