Aloshi / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2.08k stars 905 forks source link

can't launch from external drive #435

Open waille opened 9 years ago

waille commented 9 years ago

Hi,

I can't launch ES from a portable drive. It says it cannot find any systems. I have full path in es_systems file for rom path and command. This is on windows 7.

If i run the lauch_portable.bat file all works fine.

here is my config file

   <system>
            <name>nes</name>
            <fullname>Nintendo Entertainment System</fullname>
            <path>j:\emulation\.emulationstation\roms\nes</path>
            <extension>.nes .NES</extension>
            <command>j:\emulation\.emulationstation\systems\retroarch\retroarch.exe -L j:\emulation\.emulationstation\systems\retroarch\libretro\fceumm_libretro.dll "%ROM_RAW%"</command>
            <platform>nes</platform>
            <theme>nes</theme>     
   </system>

/#

any help would be greatly appreciated.

Thanks.

waille commented 9 years ago

If this is how its supposed to work that would be great to know as well.