Added wrappers for Dolphin and PrimeHack in es_find_rules.xml

This commit is contained in:
XargonWan 2025-03-29 23:57:41 +09:00
parent af3672ed65
commit 9093f929a7

View file

@ -261,6 +261,7 @@
<emulator name="DOLPHIN"> <emulator name="DOLPHIN">
<!-- Nintendo GameCube and Wii emulator Dolphin --> <!-- Nintendo GameCube and Wii emulator Dolphin -->
<rule type="systempath"> <rule type="systempath">
<entry>dolphin-emu-wrapper</entry> <!-- RetroDECK -->
<entry>dolphin-emu</entry> <entry>dolphin-emu</entry>
<entry>dolphin-emulator.dolphin-emu</entry> <entry>dolphin-emulator.dolphin-emu</entry>
<entry>org.DolphinEmu.dolphin-emu</entry> <entry>org.DolphinEmu.dolphin-emu</entry>
@ -792,6 +793,7 @@
<emulator name="PRIMEHACK"> <emulator name="PRIMEHACK">
<!-- PrimeHack, fork of Nintendo GameCube and Wii emulator Dolphin --> <!-- PrimeHack, fork of Nintendo GameCube and Wii emulator Dolphin -->
<rule type="systempath"> <rule type="systempath">
<entry>primehack-wrapper</entry>
<entry>primehack</entry> <entry>primehack</entry>
<entry>io.github.shiiion.primehack</entry> <entry>io.github.shiiion.primehack</entry>
</rule> </rule>