Note: There may be a weird issue with special characters being copied over. I recommend making sure you test this with notepad++ if you're using Windows to make sure there aren't any special characters throughout this before sticking it in your .emulationstation folder or you might end up with an invalid es_system.cfg. I just fixed it today so it SHOULD be fine.
Because I was an idiot and completely forgot to do this and was reminded in another thread, here is a 'fixed' version of es_systems.cfg for Emulationstation for the Odroid-Go Advance. It's based on other configurations that should work just fine in this. No new emulators have been added, just correcting the extensions the emulators can read.
All you need to do is place this in your /home/odroid/.emulationstation/es_systems.cfg
Code: Select all
<systemList>
<system>
<name>atari2600</name>
<fullname>Atari 2600</fullname>
<path>/roms/atari2600/</path>
<extension>.a26 .bin .rom .zip .gz .A26 .BIN .ROM .ZIP .GZ</extension>
<command>retrorun -s ~ -d /opt/libretro/stella /opt/libretro/stella/stella2014_libretro.so %ROM%</command>
<platform>atari2600</platform>
<theme>atari2600</theme>
</system>
<system>
<name>atari5200</name>
<fullname>Atari 5200</fullname>
<path>/roms/atari5200/</path>
<extension>.a52 .A52</extension>
<command>bioscheck -s atari5200 /opt/libretro/atari800 && retrorun -s ~ -d /opt/libretro/atari800 /opt/libretro/atari800/atari800_libretro.so %ROM%</command>
<platform>atari5200</platform>
<theme>atari5200</theme>
</system>
<system>
<name>prosystem</name>
<fullname>Atari 7800</fullname>
<path>/roms/atari7800/</path>
<extension>.a78 .A78</extension>
<theme>atari7800</theme>
<command>/opt/prosystem/prosystem %ROM%</command>
<platform>atari7800</platform>
<theme>atari7800</theme>
</system>
<system>
<name>atarilynx</name>
<fullname>Atari Lynx</fullname>
<path>/roms/atarilynx/</path>
<extension>.lnx .zip .LNX .ZIP</extension>
<command>/opt/handy/handy %ROM%</command>
<platform>atarilynx</platform>
<theme>atarilynx</theme>
</system>
<system>
<name>smsplus-gx</name>
<fullname>Colecovision</fullname>
<path>/roms/coleco/</path>
<extension>.col .rom .ROM</extension>
<command>bioscheck -s coleco /opt/smsplus-gx && /opt/smsplus-gx/smsplus-gx %ROM% /opt/smsplus-gx/coleco.rom</command>
<platform>colecovision</platform>
<theme>colecovision</theme>
</system>
<system>
<name>gb</name>
<fullname>Nintendo GAMEBOY</fullname>
<path>/roms/gb/</path>
<extension>.gb .zip .GB .ZIP</extension>
<command>/opt/mgba/mgba %ROM%</command>
<platform>gb</platform>
<theme>gb</theme>
</system>
<system>
<name>gbc</name>
<fullname>Nintendo GAMEBOY Color</fullname>
<path>/roms/gbc/</path>
<extension>.gbc .zip .GBC .ZIP</extension>
<command>/opt/mgba/mgba %ROM%</command>
<platform>gbc</platform>
<theme>gbc</theme>
</system>
<system>
<name>gba</name>
<fullname>Nintendo GAMEBOY Advance</fullname>
<path>/roms/gba/</path>
<extension>.gba .zip .GBA .ZIP</extension>
<command>perfmax; /opt/mgba/mgba %ROM%; perfnorm</command>
<platform>gba</platform>
<theme>gba</theme>
</system>
<system>
<name>nes</name>
<fullname>Nintendo Entertainment System</fullname>
<path>/roms/nes/</path>
<extension>.nes .zip .NES .ZIP</extension>
<command>retrorun -a 1.333 -s ~ -d /opt/libretro/nestopia /opt/libretro/nestopia/nestopia_libretro.so %ROM%</command>
<platform>nes</platform>
<theme>nes</theme>
</system>
<system>
<name>snes</name>
<fullname>Super Nintendo Entertainment System</fullname>
<path>/roms/snes/</path>
<extension>.bin .smc .sfc .fig .swc .mgd .zip .BIN .SMC .SFC .FIG .SWC .MGD .ZIP</extension>
<command>perfmax; retrorun -s ~ -d /opt/libretro/snes9x /opt/libretro/snes9x/snes9x_libretro.so %ROM%; perfnorm</command>
<platform>snes</platform>
<theme>snes</theme>
</system>
<system>
<name>mupen64plus</name>
<fullname>Nintendo 64</fullname>
<path>/roms/n64/</path>
<extension>.z64 .n64 .v64 .Z64 .N64 .V64</extension>
<command>perfmax; /opt/mupen64plus/mupen64plus --resolution 320x240 --plugindir /opt/mupen64plus --gfx mupen64plus-video-rice.so --corelib /opt/mupen64plus/libmupen64plus.so.2 --datadir /opt/mupen64plus %ROM%; perfnorm</command>
<platform>n64</platform>
<theme>n64</theme>
</system>
<system>
<name>gamegear</name>
<fullname>Sega Game Gear</fullname>
<path>/roms/gamegear/</path>
<extension>.gg .bin .zip .GG .BIN .ZIP</extension>
<command>retrorun -a 1.333 -s ~ -d /opt/libretro/genesis-plus-gx /opt/libretro/genesis-plus-gx/genesis_plus_gx_libretro.so %ROM%</command>
<platform>gamegear</platform>
<theme>gamegear</theme>
</system>
<system>
<name>mastersystem</name>
<fullname>Sega Master System</fullname>
<path>/roms/mastersystem/</path>
<extension>.sms .bin .zip .SMS .BIN .ZIP</extension>
<command>retrorun -a 1.333 -s ~ -d /opt/libretro/genesis-plus-gx /opt/libretro/genesis-plus-gx/genesis_plus_gx_libretro.so %ROM%</command>
<platform>mastersystem</platform>
<theme>mastersystem</theme>
</system>
<system>
<name>genesis</name>
<fullname>Sega Genesis</fullname>
<path>/roms/genesis/</path>
<extension>.smd .bin .gen .md .sg .zip .SMD .BIN .GEN .MD .SG .ZIP</extension>
<command>retrorun -a 1.333 -s ~ -d /opt/libretro/genesis-plus-gx /opt/libretro/genesis-plus-gx/genesis_plus_gx_libretro.so %ROM%</command>
<platform>genesis</platform>
<theme>genesis</theme>
</system>
<system>
<name>megadrive</name>
<fullname>Sega Mega Drive</fullname>
<path>/roms/megadrive/</path>
<extension>.7z .smd .bin .gen .md .sg .zip .7Z .SMD .BIN .GEN .MD .SG .ZIP</extension>
<command>retrorun -a 1.333 -s ~ -d /opt/libretro/genesis-plus-gx /opt/libretro/genesis-plus-gx/genesis_plus_gx_libretro.so %ROM%</command>
<platform>megadrive</platform>
<theme>megadrive</theme>
</system>
<system>
<name>segacd</name>
<fullname>Sega CD</fullname>
<path>/roms/segacd/</path>
<extension>.cue</extension>
<command>bioscheck -s segacd /opt/libretro/genesis-plus-gx && retrorun -a 1.333 -s ~ -d /opt/libretro/genesis-plus-gx /opt/libretro/genesis-plus-gx/genesis_plus_gx_libretro.so %ROM%</command>
<platform>segacd</platform>
<theme>segacd</theme>
</system>
<system>
<name>tg16</name>
<fullname>TurboGrafx 16</fullname>
<path>/roms/tg16/</path>
<extension>.pce .cue .zip .PCE .CUE .ZIP</extension>
<command>retrorun -s ~ -d /opt/libretro/beetle-pce-fast /opt/libretro/beetle-pce-fast/mednafen_pce_fast_libretro.so %ROM%</command>
<platform>tg16</platform>
<theme>tg16</theme>
</system>
<system>
<name>pcengine</name>
<fullname>PC Engine</fullname>
<path>/roms/pcengine/</path>
<extension>.pce .cue .zip .PCE .CUE .ZIP</extension>
<command>retrorun -s ~ -d /opt/libretro/beetle-pce-fast /opt/libretro/beetle-pce-fast/mednafen_pce_fast_libretro.so %ROM%</command>
<platform>pcengine</platform>
<theme>pcengine</theme>
</system>
<system>
<name>pcenginecd</name>
<fullname>TurboGrafx 16 CD</fullname>
<path>/roms/pcenginecd/</path>
<extension>.pce .cue .zip .PCE .CUE .ZIP</extension>
<command>bioscheck -s pcenginecd /opt/libretro/beetle-pce-fast && retrorun -s ~ -d /opt/libretro/beetle-pce-fast /opt/libretro/beetle-pce-fast/mednafen_pce_fast_libretro.so %ROM%</command>
<platform>pcengine</platform>
<theme>pcengine</theme>
</system>
<system>
<name>pcsx_rearmed</name>
<fullname>Sony PlayStation</fullname>
<path>/roms/psx/</path>
<extension>.img .IMG .7z .7Z .pbp .PBP .cue .CUE .iso .ISO</extension>
<command>bioscheck -s psx /opt/libretro/pcsx_rearmed && retrorun32 -s ~ -d /opt/libretro/pcsx_rearmed /opt/libretro/pcsx_rearmed/pcsx_rearmed_libretro.so %ROM%</command>
<platform>psx</platform>
<theme>psx</theme>
</system>
<system>
<name>ppsspp</name>
<fullname>Sony PlayStation Portable</fullname>
<path>/roms/psp/</path>
<extension>.iso .pbp .cso .ISO .PBP .CSO .sh</extension>
<command>perfmax; /opt/ppsspp-crashoverride/PPSSPPSDL %ROM%; perfnorm</command>
<platform>psp</platform>
<theme>psp</theme>
</system>
<system>
<name>Kodi</name>
<fullname>Kodi</fullname>
<path>/roms/kodi/</path>
<extension>.sh</extension>
<command>%ROM%</command>
<platform></platform>
<theme>kodi</theme>
</system>
<system>
<name>ports</name>
<fullname>Ports</fullname>
<path>/roms/ports</path>
<extension>.sh</extension>
<command>%ROM%</command>
<platform></platform>
<theme>ports</theme>
</system>
<system>
<name>retropie</name>
<fullname>System</fullname>
<path>/opt/system/</path>
<extension>.sh</extension>
<command>%ROM%</command>
<platform></platform>
<theme>retropie</theme>
</system>
</systemList>
* Updated to add Megadrive for our Non-North American friends! As well as /ports. More cores will be updated in the future. Fixed entry.
* Edit: Fixed the Megadrive section. I copied it from a Retropie install and forgot to fix the command. Should work now.
* Edit: Fixed PCEngine and TG 16 sections. I keep forgetting I'm in North America and we never got the PC Engine up here