Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #29 from sabotendarsama/master
Browse files Browse the repository at this point in the history
Fix: PCSX2 extension
  • Loading branch information
Kayl committed Aug 16, 2020
2 parents 8668cc7 + 3b9e6eb commit 2f2eda3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion system/templates/emulationstation/es_systems.batocera.cfg
Expand Up @@ -1192,7 +1192,7 @@
<manufacturer>Sony</manufacturer>
<hardware>console</hardware>
<path>~\..\roms\ps2</path>
<extension>.iso .ISO .cso .CSO .bin .BIN .mds .MDS .gz .GZ</extension>
<extension>.iso .ISO .cso .CSO .bin .BIN .mdf .MDF .gz .GZ</extension>
<command>%HOME%\emulatorLauncher.exe %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<!--<emulator name="angle">
Expand Down
2 changes: 1 addition & 1 deletion system/templates/emulationstation/es_systems.d3d.cfg
Expand Up @@ -1192,7 +1192,7 @@
<manufacturer>Sony</manufacturer>
<hardware>console</hardware>
<path>~\..\roms\ps2</path>
<extension>.iso .ISO .cso .CSO .bin .BIN .mds .MDS .gz .GZ</extension>
<extension>.iso .ISO .cso .CSO .bin .BIN .mdf .MDF .gz .GZ</extension>
<command>%HOME%\emulatorLauncher.exe %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<emulator name="angle">
Expand Down
2 changes: 1 addition & 1 deletion system/templates/emulationstation/es_systems.default.cfg
Expand Up @@ -1192,7 +1192,7 @@
<manufacturer>Sony</manufacturer>
<hardware>console</hardware>
<path>~\..\roms\ps2</path>
<extension>.iso .ISO .cso .CSO .bin .BIN .mds .MDS .gz .GZ</extension>
<extension>.iso .ISO .cso .CSO .bin .BIN .mdf .MDF .gz .GZ</extension>
<command>%HOME%\emulatorLauncher.exe %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<!--<emulator name="angle">
Expand Down
2 changes: 1 addition & 1 deletion system/templates/emulationstation/es_systems.opengl.cfg
Expand Up @@ -1192,7 +1192,7 @@
<manufacturer>Sony</manufacturer>
<hardware>console</hardware>
<path>~\..\roms\ps2</path>
<extension>.iso .ISO .cso .CSO .bin .BIN .mds .MDS .gz .GZ</extension>
<extension>.iso .ISO .cso .CSO .bin .BIN .mdf .MDF .gz .GZ</extension>
<command>%HOME%\emulatorLauncher.exe %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<!--<emulator name="angle">
Expand Down

0 comments on commit 2f2eda3

Please sign in to comment.