Skip to content

Commit

Permalink
update to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbFargus authored Mar 23, 2017
1 parent 2c64798 commit cfbada6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .emulationstation/es_systems.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ All systems must be contained within the <systemList> tag.-->
<fullname>MAME</fullname>
<path>~\.emulationstation\roms\mame</path>
<extension>.zip .ZIP</extension>
<command>%HOME%\.emulationstation\systems\retroarch\retroarch.exe -L %HOME%\.emulationstation\systems\retroarch\cores\mame_libretro.dll "%ROM_RAW%"</command>
<command>%HOME%\.emulationstation\systems\retroarch\retroarch.exe -L %HOME%\.emulationstation\systems\retroarch\cores\mame2003_libretro.dll "%ROM_RAW%"</command>
<platform>arcade</platform>
<theme>mame</theme>
</system>
Expand Down Expand Up @@ -323,6 +323,7 @@ All systems must be contained within the <systemList> tag.-->
<theme>pcfx</theme>
</system>

<!---
<system>
<name>ports</name>
<fullname>Ported Games</fullname>
Expand All @@ -332,6 +333,7 @@ All systems must be contained within the <systemList> tag.-->
<platform>ports</platform>
<theme>ports</theme>
</system>
--->

<system>
<name>ps2</name>
Expand Down Expand Up @@ -424,11 +426,12 @@ All systems must be contained within the <systemList> tag.-->
<fullname>Super Nintendo Entertainment System</fullname>
<path>~\.emulationstation\roms\snes</path>
<extension>.sfc .smc .zip .SFC .SMC .ZIP</extension>
<command>%HOME%\.emulationstation\systems\retroarch\retroarch.exe -L %HOME%\.emulationstation\systems\retroarch\cores\snes9x2010_libretro.dll "%ROM_RAW%"</command>
<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>

<!---
<system>
<name>systemoptions</name>
<fullname>System Options</fullname>
Expand All @@ -438,6 +441,7 @@ All systems must be contained within the <systemList> tag.-->
<platform>options</platform>
<theme>options</theme>
</system>
--->

<system>
<name>vectrex</name>
Expand Down Expand Up @@ -509,4 +513,4 @@ All systems must be contained within the <systemList> tag.-->
<theme>zxspectrum</theme>
</system>

</systemList>
</systemList>

0 comments on commit cfbada6

Please sign in to comment.