Homepage Forums RetroPie Project Ideas for Further Enhancements New N64 mupen64plus graphics plugin optimised for Pis. Reply To: New N64 mupen64plus graphics plugin optimised for Pis.

#120916
zerojay
Participant

I followed the above and it causes emulationstation not to launch due to not having permissions to /root/RetroPie/roms/n64. Why? Well, because of this in es_systems.cfg:

<system>
<name>n64</name>
<fullname>Nintendo 64</fullname>
<path>/root/RetroPie/roms/n64</path> ************
<extension>.z64 .n64 .v64 .Z64 .N64 .V64</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ n64 %ROM%</command>
<platform>n64</platform>
<theme>n64</theme>
<directlaunch/>
</system>

You probably want to fix that.