Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › N64 emulator not working › Reply To: N64 emulator not working
11/30/2014 at 13:42
#83231
Participant
Hi, sorry for the delay, I don’t get email notifications from this forum.
There is actually only one block for the N64 in /etc/emulationstation/es_systems.cfg:
<system>
<fullname>Nintendo 64</fullname>
<name>n64</name>
<path>~/RetroPie/roms/n64</path>
<extension>.z64 .Z64 .n64 .N64 .v64 .V64</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/n64/retroarch.cfg %ROM%"</command>
<platform>n64</platform>
<theme>n64</theme>
</system>
Do I have to install the 2 emulators to have 2 blocks ?