Author Topic: Launch Retroarch Bezels from Attract Emulator ARGs - Help Please  (Read 1673 times)

RetroMacGamer

  • Full Member
  • ***
  • Posts: 33
    • View Profile
Launch Retroarch Bezels from Attract Emulator ARGs - Help Please
« on: September 09, 2018, 10:14:28 AM »
I'm trying to load a specific system bezel.cfg if the [name] bezel is not found.

I can load a specific Bezel via this args
Code: [Select]
-L /Applications/RetroArch.app/Contents/Resources/cores/nestopia_libretro.dylib "[romfilename]" --appendconfig "/Volumes/Roms/overlays/configs/NES.cfg"
I can load a bezel matching the rom name via this args
Code: [Select]
-L /Applications/RetroArch.app/Contents/Resources/cores/nestopia_libretro.dylib "[romfilename]" --appendconfig "/Volumes/Roms/overlays/configs/Nestopia/[name].cfg"
Can someone please help me how to amend the args so that if the [name] bezel is not found to then load the system bezel NES.cfg, have tried this and --appendconfig vice versa & not working.
Code: [Select]
-L /Applications/RetroArch.app/Contents/Resources/cores/nestopia_libretro.dylib "[romfilename]" --appendconfig "/Volumes/Roms/overlays/configs/NES.cfg --appendconfig "/Volumes/Roms/overlays/configs/Nestopia/[name].cfg"
Would appreciate if anyone can help, many thanks