1
General / Re: Games not starting with Retroarch, config files wrong?
« on: September 07, 2017, 06:18:15 AM »
Hi mc2programmer!
Thx for your input! I downloaded the cores through the retroarch menu and the default path was ~/.config/retroarch/cores, so that was correct.
I got it to work though. Changed these lines in my config and added the last one:
So I guess the problem was that $HOME and ~/ did not work in the config file. I also had to specify the working directory because otherwise I would have to cd to / in the shell before running attract.
Now I have to fix some stuff in my layout and my arcade cabinet will be good to go!
Thx for your input! I downloaded the cores through the retroarch menu and the default path was ~/.config/retroarch/cores, so that was correct.
I got it to work though. Changed these lines in my config and added the last one:
Code: [Select]
args -L home/trag0z/.config/retroarch/cores/mame_libretro.so "[romfilename]"
rompath home/trag0z/roms/mame
workdir /
So I guess the problem was that $HOME and ~/ did not work in the config file. I also had to specify the working directory because otherwise I would have to cd to / in the shell before running attract.
Now I have to fix some stuff in my layout and my arcade cabinet will be good to go!
