I’m trying to use some command line parameters to the mame_libretro.dll core in retroarch which comes from the official MAME, such as -waitvsync - plugin hiscore… but it refuses to work. Here’s my full command line:
retroarch -L mame_libretro.dll c:\rcs\games\retroarch\downloads\pitfight3.zip -waitvsync -triplebuffer -pause_brightness 1.00000000 -cheat -nonvram_save -plugin hiscore -skip_gameinfo -noui_mouse -nosnapbilinear
If I remove every parameter, the game runs, but if I try to insert just one of these parameters, retroarch does not work. What am I doing wrong here?
I’m also trying to use these commandline options in Lauchbox to load and run games using Retroarch, but it does not work either.