parallellibretro.dll Retroarch core not launching N64 games
Sorry I'm a new user but I'm having trouble with two Retroarch cores. The mednafenpsx core issue has been reported but I'm also seeing a similar failure to launch with parallel_n64_libretro.dll. I noticed the Runway app is listing the old file name for this core 'parallellibretro' but it was updated sometime last March 2019 (or earlier) to use the new name. I tried renaming the core with the old filename but that didn't help it launch.
Do you mean that you opened "BaseSystems.xml" with a text editor, searched for that line:I tried renaming the core with the old filename but that didn't help it launch.
Code: Select all
<Cmd hidden="true" name="RetroArch [parallel_libretro.dll]" value="-f -L cores\parallel_libretro.dll "%path\%file%ext"" extensions=".n64,.z64,.zip"/>
Code: Select all
<Cmd hidden="true" name="RetroArch [parallel_n64_libretro.dll]" value="-f -L cores\parallel_n64_libretro.dll "%path\%file%ext"" extensions=".n64,.z64,.zip"/>