I am moving all my arcades for Linux. Using the MAME emulator, the NeoGeo games were slow to an older hardware one of the arcades.
Testing the games of Neogeo by Retroarch, the games run well.. I am using the following configuration for this system in Atrract Mode:
# Generated by Attract-Mode v2.1.0-1-dirty
#
executable /usr/bin/retorarch <----It was misspelled.
args -L /usr/lib/i386-linux-gnu/libretro/fb_alpha_neo_libretro.so "[romfilename]"
rompath $HOME/sistemas/neogeo/roms
romext .zip;.7z;<DIR>
system Arcade
info_source thegamesdb.net
artwork flyer
artwork marquee $HOME/sistemas/neogeo/marquee
artwork snap $HOME/sistemas/neogeo/snap
artwork wheel $HOME/sistemas/neogeo/wheel
Unfortunately, the NeoGeo games do not start using the frontend Attract Mode. Can anyone help me solve this problem? What are the correct arguments for Retroarch on Linux?