lr-mame2003 .cfg Files
-
Earlier in lr-mame2003, I was remapping the 'tilt' button in 'Arkanoid' as well as changing the sensitivity of the analog controls for the mouse implementation (thanks again @dankcushions ), when I happened to make a small mistake. Normally, I would just delete the corresponding Mame .cfg file for the game, but I can't seem to find it. It did save because the changes are being recognized throughout sessions, but I've checked at
/home/pi/RetroPie/roms/mame-libretro/mame2003/cfg/
as well as/home/pi/RetroPie/roms/arcade/mame2003/cfg/
and I can't find the file. Has the location changed to somewhere else recently? -
Using MAME-2003 it should be in (mine is anyway):
/home/pi/RetroPie/roms/mame-libretro/mame2003/cfg
If you are using arcade, it should be in (mine is):
/home/pi/RetroPie/roms/arcade/mame2003/cfg/
I'm using RetroPie 4.02
You can always try a command like this to show files changed in last 5 mins.
find /home -type f -mmin -5
-
@Floob said in lr-mame2003 .cfg Files:
You can always try a command like this to show files changed in last 5 mins.
find /home -type f -mmin -5
Thanks. The find command was most helpful and I'll be sure to use it with any similar issues moving forward. It turns out that the location is not hardcoded and that a 'mame2003' folder is generated within whatever folder you have your roms. I keep the Mame 0.78 rom set in a folder inside the 'arcade' folder, so bingo bango, there it was.
Thanks again.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.