I can't get Citron to launch a game in ES-DE
I followed this YT tutorial to add Citron (3.0) to Emudeck >https://youtu.be/fb31izZq-PM?si=Vo02rJToqfZWq1ck
The steps are pretty easy and I ended up being able to parse Switch games through Steam Rom Manager with the new Citron parser. So far so good.
But booting games through ES-DE doesn't work, Citron does show up as an alternative Standalone emulator in ES-DE and when I boot a game using Citron, I get the message that ES-DE couldn't find the emulator. I reckoned that it might have to do with this command line in ES_systems.xml (which is in home>deck>ES-DE>customs_systems):
<command label="Citron Canary Standalone)">/home/deck/emudeck/Emulation/roms/emulators/citron.sh %ROM%</command>
I have Emudeck installed on an external SD card, so I changed this commandline to:
<command label="Citron Canary (Standalone)">/run/media/deck/SD-EXT/Emulation/tools/launchers/citron.sh %ROM%</command> (where SD-EXT is the name of my external SD card)
Now, when I boot a game in ES-DE, I don't get the message any longer that Citron can't be found. But the game (or Citron) still doesn't boot. The screen blinks for a fraction of a second and returns to the gamelist in ES-DE.
So, I could use some help of someone to direct me to the solution.