Aloshi / EmulationStation

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

ES fresh Ubuntu 14.04 build #290

Open cromwell87 opened 9 years ago

cromwell87 commented 9 years ago

I have managed to get emulation station to locate and display psx and snes ROMs and even open pcsx and higan. However, when I select the ROM/game in ES it opens pcsx or higan, respectively, but doesn't load the ROM automatically. I've tried all the variations of %ROM%, "%ROM_RAW%", %BASENAME% with no luck. If anyone has a working es_system file I would love to see it.

ps. whats retroarch and do i need it?

Detail:

``` snes Super Nintendo Entertainment System ~/.emulationstation/ROM/SNES .smc .Smc higan %ROM% ``` snes snes ``` ``` PSX Play Station ~/.emulationstation/ROM/PSX .bin .Bin pcsx "%ROM_RAW%" ``` psx psx ```
GM-Script-Writer-62850 commented 9 years ago

here is my psx setup, running in retroarch

    <system>
        <fullname>Sony Playstation 1</fullname>
        <name>psx</name>
        <path>~/.emulationstation/ROM/psx</path>
        <extension>.cue .CUE .m3u .M3U</extension>
        <command>retroarch -L /usr/lib/libretro/mednafen_psx_libretro.so --appendconfig ~/.config/retroarch/retroarch.ps1.cfg %ROM%</command>
        <platform>psx</platform>
        <theme>psx</theme>
    </system>