(Windows) Added find rule entries for the xenia canary release

This commit is contained in:
Leon Styhre 2023-07-10 19:30:17 +02:00
parent d825522e09
commit 5a463f06b8
3 changed files with 6 additions and 0 deletions

View file

@ -103,6 +103,7 @@ Emulators\Visual Pinball\VPinballX.exe
Emulators\Vita3K\Vita3K.exe Emulators\Vita3K\Vita3K.exe
Emulators\xemu\xemu.exe Emulators\xemu\xemu.exe
Emulators\xenia\xenia.exe Emulators\xenia\xenia.exe
Emulators\xenia_canary\xenia_canary.exe
Emulators\xroar\xroar.exe Emulators\xroar\xroar.exe
Emulators\yuzu\yuzu-windows-msvc\yuzu.exe Emulators\yuzu\yuzu-windows-msvc\yuzu.exe
Emulators\ZEsarUX\zesarux.exe Emulators\ZEsarUX\zesarux.exe

View file

@ -801,10 +801,13 @@
<!-- Microsoft Xbox 360 emulator xenia --> <!-- Microsoft Xbox 360 emulator xenia -->
<rule type="systempath"> <rule type="systempath">
<entry>xenia.exe</entry> <entry>xenia.exe</entry>
<entry>xenia_canary.exe</entry>
</rule> </rule>
<rule type="staticpath"> <rule type="staticpath">
<entry>%ESPATH%\Emulators\xenia\xenia.exe</entry> <entry>%ESPATH%\Emulators\xenia\xenia.exe</entry>
<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> </rule>
</emulator> </emulator>
<emulator name="XROAR"> <emulator name="XROAR">

View file

@ -537,6 +537,8 @@
<rule type="staticpath"> <rule type="staticpath">
<entry>%ESPATH%\Emulators\xenia\xenia.exe</entry> <entry>%ESPATH%\Emulators\xenia\xenia.exe</entry>
<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> </rule>
</emulator> </emulator>
<emulator name="XROAR"> <emulator name="XROAR">