Hi, I have a fresh new install of retropie (raspbian on my raspberry pi 2). I have successfully configured my controller (a playstation 2 controller connected via a USB adapter) following the steps to create the autoconfig files: I can use my controller with emulation station and some emulators (for instance, snes). However, in the case of advmame and mame4all, the emulator seems to ignore the retroarch configuration:
– mame4all does not respond to the controller at all
– advmame seems to detect the controller, but ignoring retroarc configuration (for instance, hotkey is not working).
I’ve checked the files under /opt/retropie/configuration/all – mame-advance – mame4all and they seem to be ok.
Are mame4all and advmame ready to use retroarch configuration files?
The mame4all retroarch.cfg file looks like this (same thing for advmame)
# Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
input_remapping_directory = /opt/retropie/configs/mame-mame4all/
#include "/opt/retropie/configs/all/retroarch.cfg"
The relevant lines in all/retroarch.cfg file look like this:
input_autodetect_enable = true
joypad_autoconfig_dir = /opt/retropie/configs/all/retroarch-joypads/
Thanks in advance