mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
(Windows) Added find rule entries for the xenia canary release
This commit is contained in:
parent
d825522e09
commit
5a463f06b8
|
@ -103,6 +103,7 @@ Emulators\Visual Pinball\VPinballX.exe
|
|||
Emulators\Vita3K\Vita3K.exe
|
||||
Emulators\xemu\xemu.exe
|
||||
Emulators\xenia\xenia.exe
|
||||
Emulators\xenia_canary\xenia_canary.exe
|
||||
Emulators\xroar\xroar.exe
|
||||
Emulators\yuzu\yuzu-windows-msvc\yuzu.exe
|
||||
Emulators\ZEsarUX\zesarux.exe
|
||||
|
|
|
@ -801,10 +801,13 @@
|
|||
<!-- Microsoft Xbox 360 emulator xenia -->
|
||||
<rule type="systempath">
|
||||
<entry>xenia.exe</entry>
|
||||
<entry>xenia_canary.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\xenia\xenia.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\xenia\xenia.exe</entry>
|
||||
<entry>%ESPATH%\Emulators\xenia_canary\xenia_canary.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\xenia_canary\xenia_canary.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XROAR">
|
||||
|
|
|
@ -537,6 +537,8 @@
|
|||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\xenia\xenia.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\xenia\xenia.exe</entry>
|
||||
<entry>%ESPATH%\Emulators\xenia_canary\xenia_canary.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\xenia_canary\xenia_canary.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XROAR">
|
||||
|
|
Loading…
Reference in a new issue