mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Changed the emulator PCSX2 to PCSX2-LEGACY and PCSX2-QT to PCSX.
This commit is contained in:
parent
de3b1ab281
commit
85e070e527
|
@ -52,7 +52,7 @@ Emulators\mupen64plus\mupen64plus-ui-console.exe
|
|||
Emulators\Oricutron\oricutron.exe
|
||||
Emulators\PCSX2\pcsx2.exe
|
||||
Emulators\PCSX2-Qt\pcsx2-qtx64.exe
|
||||
Emulators\PCSX2-wxWidgets\pcsx2x64.exe
|
||||
Emulators\PCSX2-Qt\pcsx2-qtx64-avx2.exe
|
||||
Emulators\PICO-8\pico8.exe
|
||||
Emulators\Play\Play.exe
|
||||
Emulators\PPSSPP\PPSSPPWindows64.exe
|
||||
|
|
|
@ -1088,8 +1088,8 @@
|
|||
<fullname>Sony PlayStation 2</fullname>
|
||||
<path>%ROMPATH%/ps2</path>
|
||||
<extension>.bin .BIN .chd .CHD .ciso .CISO .cso .CSO .dump .DUMP .elf .ELF .gz .GZ .m3u .M3U .mdf .MDF .img .IMG .iso .ISO .isz .ISZ .ngr .NRG</extension>
|
||||
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
|
||||
<command label="PCSX2 Qt (Standalone)">%EMULATOR_PCSX2% -batch %ROM%</command>
|
||||
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% -batch %ROM%</command>
|
||||
<command label="PCSX2 Legacy (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
|
||||
<command label="AetherSX2 (Standalone)">%EMULATOR_AETHERSX2% -batch %ROM%</command>
|
||||
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
|
||||
<platform>ps2</platform>
|
||||
|
|
|
@ -288,6 +288,17 @@
|
|||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 -->
|
||||
<rule type="systempath">
|
||||
<entry>pcsx2-qt</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/pcsx2-*-linux-AppImage-64bit-Qt.AppImage</entry>
|
||||
<entry>~/.local/bin/pcsx2-*-linux-AppImage-64bit-Qt.AppImage</entry>
|
||||
<entry>~/bin/pcsx2-*-linux-AppImage-64bit-Qt.AppImage</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-LEGACY">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (legacy) -->
|
||||
<rule type="systempath">
|
||||
<entry>PCSX2</entry>
|
||||
|
@ -299,17 +310,6 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/net.pcsx2.PCSX2</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-QT">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (Qt) -->
|
||||
<rule type="systempath">
|
||||
<entry>pcsx2-qt</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/pcsx2-*-linux-AppImage-64bit-Qt.AppImage</entry>
|
||||
<entry>~/.local/bin/pcsx2-*-linux-AppImage-64bit-Qt.AppImage</entry>
|
||||
<entry>~/bin/pcsx2-*-linux-AppImage-64bit-Qt.AppImage</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PICO-8">
|
||||
<!-- PICO-8 Fantasy Console (game engine) -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1101,8 +1101,8 @@
|
|||
<path>%ROMPATH%/ps2</path>
|
||||
<extension>.bin .BIN .chd .CHD .ciso .CISO .cso .CSO .dump .DUMP .elf .ELF .gz .GZ .m3u .M3U .mdf .MDF .img .IMG .iso .ISO .isz .ISZ .ngr .NRG</extension>
|
||||
<command label="PCSX2">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/pcsx2_libretro.so %ROM%</command>
|
||||
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
|
||||
<command label="PCSX2 Qt (Standalone)">%EMULATOR_PCSX2-QT% -batch %ROM%</command>
|
||||
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% -batch %ROM%</command>
|
||||
<command label="PCSX2 Legacy (Standalone)">%EMULATOR_PCSX2-LEGACY% --nogui %ROM%</command>
|
||||
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
|
||||
<platform>ps2</platform>
|
||||
<theme>ps2</theme>
|
||||
|
|
|
@ -326,6 +326,18 @@
|
|||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 -->
|
||||
<rule type="systempath">
|
||||
<entry>pcsx2-qtx64.exe</entry>
|
||||
<entry>pcsx2-qtx64-avx2.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-LEGACY">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (legacy) -->
|
||||
<rule type="winregistryvalue">
|
||||
<entry>SOFTWARE\PCSX2\Install_Dir|\pcsx2.exe</entry>
|
||||
|
@ -341,30 +353,6 @@
|
|||
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-QT">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (Qt) -->
|
||||
<rule type="systempath">
|
||||
<entry>pcsx2-qtx64.exe</entry>
|
||||
<entry>pcsx2-qtx64-avx2.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-WXWIDGETS">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (wxWidgets) -->
|
||||
<rule type="systempath">
|
||||
<entry>pcsx2x64.exe</entry>
|
||||
<entry>pcsx2x64-avx2.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\PCSX2-wxWidgets\pcsx2x64*.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2-wxWidgets\pcsx2x64*.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2-wxWidgets\pcsx2x64*.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PICO-8">
|
||||
<!-- PICO-8 Fantasy Console (game engine) -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -225,27 +225,19 @@
|
|||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (legacy) -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\PCSX2\pcsx2.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2\pcsx2.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-QT">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (Qt) -->
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2-Qt\pcsx2-qtx64*.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-WXWIDGETS">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (wxWidgets) -->
|
||||
<emulator name="PCSX2-LEGACY">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 (legacy) -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\PCSX2-wxWidgets\pcsx2x64*.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2-wxWidgets\pcsx2x64*.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2-wxWidgets\pcsx2x64*.exe</entry>
|
||||
<entry>%ESPATH%\Emulators\PCSX2\pcsx2.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2\pcsx2.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PICO-8">
|
||||
|
|
|
@ -1103,9 +1103,8 @@
|
|||
<path>%ROMPATH%\ps2</path>
|
||||
<extension>.bin .BIN .chd .CHD .ciso .CISO .cso .CSO .dump .DUMP .elf .ELF .gz .GZ .m3u .M3U .mdf .MDF .img .IMG .iso .ISO .isz .ISZ .ngr .NRG</extension>
|
||||
<command label="PCSX2">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\pcsx2_libretro.dll %ROM%</command>
|
||||
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% --nogui %ROM%</command>
|
||||
<command label="PCSX2 Qt (Standalone)">%EMULATOR_PCSX2-QT% -batch %ROM%</command>
|
||||
<command label="PCSX2 wxWidgets (Standalone)">%EMULATOR_PCSX2-WXWIDGETS% --nogui %ROM%</command>
|
||||
<command label="PCSX2 (Standalone)">%EMULATOR_PCSX2% -batch %ROM%</command>
|
||||
<command label="PCSX2 Legacy (Standalone)">%EMULATOR_PCSX2-LEGACY% --nogui %ROM%</command>
|
||||
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
|
||||
<platform>ps2</platform>
|
||||
<theme>ps2</theme>
|
||||
|
|
Loading…
Reference in a new issue