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

Commit

Permalink
Fix: PCSX2 extension
Browse files Browse the repository at this point in the history
Fix ps2 extension for Achool 120% he reconizes MDF not MDS
  • Loading branch information
sabotendarsama committed Aug 15, 2020
1 parent 8668cc7 commit 3b9e6eb
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 3b9e6eb

Please sign in to comment.