I’m using a front end (retrace) to launch retroarch.
It works fine with SNES and Atari 2600, but I can’t get it to work for N64 and NES.
Here is the syntax I’m trying. All the dll’s are in the core directory.
retroarch.exe" -L “cores\snes9x2010_libretro.dll” rom.zip (this works)
retroarch.exe -L “cores\nestopia_libretro.dll” rom.zip -> N64 and NES- this does not work
How can I see log files to see errors?
Can anyone help?