Skip to content

Commit

Permalink
Merge pull request #89 from Tartifless/master
Browse files Browse the repository at this point in the history
Add zip and 7z to some systems
  • Loading branch information
kaylh authored May 5, 2024
2 parents d7f6c3b + cf5794e commit ef8693e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/templates/emulationstation/es_systems.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
<release>2003</release>
<hardware>arcade</hardware>
<path>~\..\roms\triforce</path>
<extension>.iso .zip .cue</extension>
<extension>.iso .zip .cue .7z</extension>
<command>"%HOME%\emulatorLauncher.exe" -gameinfo %GAMEINFOXML% %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<emulator name="dolphin-triforce"/>
Expand Down Expand Up @@ -1798,7 +1798,7 @@
<release>1993</release>
<fullname>Jaguar CD</fullname>
<path>~\..\roms\jaguarcd</path>
<extension>.cue .cdi</extension>
<extension>.cue .cdi .zip .7z</extension>
<command>"%HOME%\emulatorLauncher.exe" -gameinfo %GAMEINFOXML% %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<emulator name="bigpemu"/>
Expand Down Expand Up @@ -2699,7 +2699,7 @@
<release>2004</release>
<hardware>portable</hardware>
<path>~\..\roms\psp</path>
<extension>.iso .cso .pbp .elf .prx .chd .zip</extension>
<extension>.iso .cso .pbp .elf .prx .chd .zip .7z</extension>
<command>"%HOME%\emulatorLauncher.exe" -gameinfo %GAMEINFOXML% %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<emulator name="libretro">
Expand Down

0 comments on commit ef8693e

Please sign in to comment.