mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
(Windows) Added a find rule for the SSE2 build of DuckStation
This commit is contained in:
parent
c013f7ba7d
commit
a924b84dca
|
@ -64,8 +64,8 @@ Emulators\demul\demul.exe
|
||||||
Emulators\Dolphin-x64\Dolphin.exe
|
Emulators\Dolphin-x64\Dolphin.exe
|
||||||
Emulators\dosbox-staging\dosbox.exe
|
Emulators\dosbox-staging\dosbox.exe
|
||||||
Emulators\DOSBox-X\dosbox-x.exe
|
Emulators\DOSBox-X\dosbox-x.exe
|
||||||
Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe
|
|
||||||
Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe
|
Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe
|
||||||
|
Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG-SSE2.exe
|
||||||
Emulators\EasyRPG\Player.exe
|
Emulators\EasyRPG\Player.exe
|
||||||
Emulators\EKA2L1\eka2l1_qt.exe
|
Emulators\EKA2L1\eka2l1_qt.exe
|
||||||
Emulators\fbneo\fbneo64.exe
|
Emulators\fbneo\fbneo64.exe
|
||||||
|
|
|
@ -268,14 +268,17 @@
|
||||||
<emulator name="DUCKSTATION">
|
<emulator name="DUCKSTATION">
|
||||||
<!-- Sony PlayStation 1 emulator DuckStation -->
|
<!-- Sony PlayStation 1 emulator DuckStation -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
<entry>duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
|
||||||
<entry>duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
<entry>duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
||||||
|
<entry>duckstation-qt-x64-ReleaseLTCG-SSE2.exe</entry>
|
||||||
|
<entry>duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
<entry>%ESPATH%\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
|
||||||
<entry>%ESPATH%\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
<entry>%ESPATH%\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
||||||
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
<entry>%ESPATH%\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG-SSE2.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
||||||
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG-SSE2.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
<emulator name="EASYRPG">
|
<emulator name="EASYRPG">
|
||||||
|
|
|
@ -175,10 +175,12 @@
|
||||||
<emulator name="DUCKSTATION">
|
<emulator name="DUCKSTATION">
|
||||||
<!-- Sony PlayStation 1 emulator DuckStation -->
|
<!-- Sony PlayStation 1 emulator DuckStation -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
<entry>%ESPATH%\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
|
||||||
<entry>%ESPATH%\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
<entry>%ESPATH%\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
||||||
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
<entry>%ESPATH%\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG-SSE2.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
||||||
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG-SSE2.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
<emulator name="EASYRPG">
|
<emulator name="EASYRPG">
|
||||||
|
|
Loading…
Reference in a new issue