Hi all,
i'm trying to setup my system based on Retroarch, and facing this weird issue that i can't fix:
here's my snes config, it Works fine with no problem:
executable C:\RetroArch\retroarch.exe
args "[romfilename]" -L cores\bsnes_mercury_balanced_libretro.dll -fullscreen
workdir C:\Retroarch\
rompath C:\ROMS\snes
romext .zip;.sfc
system SNES
info_source thegamesdb.net
exit_hotkey Joy0 Button9
artwork flyer
artwork marquee C:\ROMS\snes\images\marquee
artwork snap C:\ROMS\snes\images\snap
artwork wheel
and now my Neogeo FBA system, but this don't work:
executable C:\RetroArch\retroarch.exe
args "[romfilename]" -L cores\fbalpha_libretro.dll -c configs\fb_alpha_libretro.cfg -fullscreen
workdir C:\Retroarch\
rompath C:\ROMS\neogeo
romext .zip;
system Arcade
info_source thegamesdb.net
exit_hotkey Joy0 Button9
artwork flyer
artwork marquee C:\ROMS\neogeo\images\marquee
artwork snap C:\ROMS\neogeo\images\snap
artwork wheel
So, if the configs are basically the same, why neogeo, or FBA games won't launch?