EmulationStation / RetroPie Network Paths

Soldato
Joined
7 Feb 2004
Posts
8,114
Location
North East
I'm trying to set up EmulationStation on Windows, but I'm struggling to get network folder paths to work. I'm sure this is a formatting issue, but would be grateful if anyone can advise.

I'd have posted this on the official forums, but I suspect there are many users here!

I'm editing the es_systems.cfg file, which I hope is correct!

<system>
<name>snes</name>
<fullname>Super Nintendo Entertainment System</fullname>
<path>\\serverpath\roms\snes</path>
<extension>.sfc .smc .zip .SFC .SMC .ZIP</extension>
<command>%HOME%\.emulationstation\systems\retroarch\retroarch.exe -L %HOME%\.emulationstation\systems\retroarch\cores\snes9x_libretro.dll "%ROM_RAW%"</command>
<platform>snes</platform>
<theme>snes</theme>
</system>

I've only edited the <path> line, from the default below. The default path works fine.

<path>~\.emulationstation\roms\snes</path>
 
Soldato
Joined
17 Oct 2002
Posts
7,408
Location
Stoke-on-Trent
I'm trying to set up EmulationStation on Windows, but I'm struggling to get network folder paths to work. I'm sure this is a formatting issue, but would be grateful if anyone can advise.

I'd have posted this on the official forums, but I suspect there are many users here!

I'm editing the es_systems.cfg file, which I hope is correct!

<system>
<name>snes</name>
<fullname>Super Nintendo Entertainment System</fullname>
<path>\\serverpath\roms\snes</path>
<extension>.sfc .smc .zip .SFC .SMC .ZIP</extension>
<command>%HOME%\.emulationstation\systems\retroarch\retroarch.exe -L %HOME%\.emulationstation\systems\retroarch\cores\snes9x_libretro.dll "%ROM_RAW%"</command>
<platform>snes</platform>
<theme>snes</theme>
</system>

I've only edited the <path> line, from the default below. The default path works fine.

<path>~\.emulationstation\roms\snes</path>

Try using a mapping.

Code:
<system>
        <name>snes</name>
        <fullname>Super Nintendo Entertainment System</fullname>
        <path>N:\Gaming\ROMS\snes</path>
        <extension>.7z .bin .fig .mgd .sfc .smc .swc .zip</extension>
        <command>%HOME%\.emulationstation\systems\retroarch\retroarch.exe -L %HOME%\.emulationstation\systems\retroarch\cores\snes9x_libretro.dll "%ROM_RAW%"</command>
        <platform>snes</platform>
        <theme>snes</theme>
        <bios>-</bios>
        <emulator>lr-snes9x2010, lr-snes9x, lr-snes9x2005, lr-snes9x2002, PiSNES, lr-armsnes, snes9x-rpi</emulator>
        <manufact>1990: Nintendo</manufact>
    </system>
 
Back
Top Bottom