mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
(Windows) Added pcsx2-qt.exe as the primary executable name for the PCSX2 emulator
This commit is contained in:
parent
d94249d67e
commit
b304cc0ef6
|
@ -66,8 +66,7 @@ Emulators\mupen64plus\mupen64plus-ui-console.exe
|
|||
Emulators\openMSX\openmsx.exe
|
||||
Emulators\Oricutron\oricutron.exe
|
||||
Emulators\PCSX2\pcsx2.exe
|
||||
Emulators\PCSX2-Qt\pcsx2-qtx64.exe
|
||||
Emulators\PCSX2-Qt\pcsx2-qtx64-avx2.exe
|
||||
Emulators\PCSX2-Qt\pcsx2-qt.exe
|
||||
Emulators\PICO-8\pico8.exe
|
||||
Emulators\Play\Play.exe
|
||||
Emulators\PPSSPP\PPSSPPWindows64.exe
|
||||
|
|
|
@ -456,13 +456,14 @@
|
|||
<emulator name="PCSX2">
|
||||
<!-- Sony PlayStation 2 emulator PCSX2 -->
|
||||
<rule type="systempath">
|
||||
<entry>pcsx2-qt.exe</entry>
|
||||
<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>
|
||||
<entry>%ESPATH%\Emulators\PCSX2-Qt\pcsx2-qt*.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2-Qt\pcsx2-qt*.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2-Qt\pcsx2-qt*.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-LEGACY">
|
||||
|
|
|
@ -318,9 +318,9 @@
|
|||
<emulator name="PCSX2">
|
||||
<!-- 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>
|
||||
<entry>%ESPATH%\Emulators\PCSX2-Qt\pcsx2-qt*.exe</entry>
|
||||
<entry>%ESPATH%\PCSX2-Qt\pcsx2-qt*.exe</entry>
|
||||
<entry>%ESPATH%\..\PCSX2-Qt\pcsx2-qt*.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PCSX2-LEGACY">
|
||||
|
|
Loading…
Reference in a new issue