Hi!
First of all congrats for this amazing job
I used from years RCB as frontend and now I want to use Attract mode but I have a problem. I need launch script BEFORE the execution; that's need for a few emulators that requires antimicro/qjoypad with custom profiles. So in my setup I use this command in RCB:
Exec: /usr/bin/libretro
Args: -L /usr/lib/libretro/mednafen_psx_libretro.so "%ROM%"
Prescript: qjoypad "PSX"
If I try in terminal, works like a charm:
/usr/bin/libretro -L /usr/lib/libretro/mednafen_psx_libretro.so "/media/htpc/Emuladores/PSX/CB3.cue" & qjoypad "PSX"
In Attract Mode I tried everything, but I can't add my custom script. Without it, everything works lovely.
Can someone helps me?
Thanks again