Aloshi / EmulationStation

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

I have a problem with the es_systems.cfg #580

Closed Sandwall closed 8 months ago

Sandwall commented 8 years ago

Here is what I have in my es_systems.cfg. I don't know if the problem is with the config, or that the XML gamelist files are empty. (Notice, there is no systemList, or system at the top of the page. I don't know why that isn't there, but ignore it.) `

``` nes Nintendo Entertainment System %HOMEPATH%/.emulationstation/gamelists/nes .nes .NES retroarch -L ~/cores/libretro-fceumm.so %ROM% nes nes snes Super Nintendo Entertainment System %HOMEPATH%/.emulationstation/gamelists/snes .sfc .SFC .smc .SMC snesemulator %ROM% snes snes gba Game Boy Advance %HOMEPATH%/.emulationstation/gamelists/gba .gba .GBA retroarch -L ~/cores/libretro-fceumm.so %ROM% gba gba


</systemList>`
matguitarist commented 8 years ago

Hello !

Here's my es_system,cfg

Fully working under windows, you just need to input your roms path.

Hope it will help you,

es_systems.zip

TerraRoot commented 8 years ago

ditch the windows specific %HOMEPATH%/ for "~" or "$HOME"