2021-06-19 12:09:14 +00:00
|
|
|
<?xml version="1.0"?>
|
2021-06-26 10:00:09 +00:00
|
|
|
<!-- This is the ES-DE find rules configuration file for Windows -->
|
2021-06-19 12:09:14 +00:00
|
|
|
<ruleList>
|
2021-08-24 16:20:57 +00:00
|
|
|
<emulator name="RETROARCH">
|
|
|
|
<rule type="winregistrypath">
|
|
|
|
<!-- Check for an App Paths entry in the Windows Registry -->
|
|
|
|
<entry>retroarch.exe</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="systempath">
|
|
|
|
<!-- This requires that the user has manually updated the Path variable -->
|
|
|
|
<entry>retroarch.exe</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<!-- Some reasonable installation locations as fallback -->
|
|
|
|
<entry>C:\RetroArch-Win64\retroarch.exe</entry>
|
|
|
|
<entry>C:\RetroArch\retroarch.exe</entry>
|
|
|
|
<entry>~\AppData\Roaming\RetroArch\retroarch.exe</entry>
|
|
|
|
<entry>C:\Program Files\RetroArch-Win64\retroarch.exe</entry>
|
|
|
|
<entry>C:\Program Files\RetroArch\retroarch.exe</entry>
|
|
|
|
<entry>C:\Program Files (x86)\RetroArch-Win64\retroarch.exe</entry>
|
|
|
|
<entry>C:\Program Files (x86)\RetroArch\retroarch.exe</entry>
|
2021-11-23 19:59:59 +00:00
|
|
|
<!-- Steam release at some default locations -->
|
2021-11-22 19:27:20 +00:00
|
|
|
<entry>C:\Program Files (x86)\Steam\steamapps\common\RetroArch\retroarch.exe</entry>
|
|
|
|
<entry>D:\Program Files (x86)\Steam\steamapps\common\RetroArch\retroarch.exe</entry>
|
|
|
|
<entry>C:\Program Files\Steam\steamapps\common\RetroArch\retroarch.exe</entry>
|
|
|
|
<entry>D:\Program Files\Steam\steamapps\common\RetroArch\retroarch.exe</entry>
|
2021-08-24 16:20:57 +00:00
|
|
|
<!-- Portable installation -->
|
|
|
|
<entry>%ESPATH%\RetroArch-Win64\retroarch.exe</entry>
|
|
|
|
<entry>%ESPATH%\RetroArch\retroarch.exe</entry>
|
|
|
|
<entry>%ESPATH%\..\RetroArch-Win64\retroarch.exe</entry>
|
|
|
|
<entry>%ESPATH%\..\RetroArch\retroarch.exe</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-11-23 19:59:59 +00:00
|
|
|
<core name="RETROARCH">
|
|
|
|
<rule type="corepath">
|
|
|
|
<entry>%EMUPATH%\cores</entry>
|
|
|
|
</rule>
|
|
|
|
</core>
|
2021-12-22 21:52:45 +00:00
|
|
|
<emulator name="DOSBOX_STAGING">
|
|
|
|
<!-- DOS emulator DOSBox Staging -->
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>dosbox.exe</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<!-- Portable installation -->
|
|
|
|
<entry>%ESPATH%\dosbox-staging\dosbox.exe</entry>
|
|
|
|
<entry>%ESPATH%\..\dosbox-staging\dosbox.exe</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
|
|
|
<emulator name="PCSX2">
|
|
|
|
<!-- Sony PlayStation 2 emulator PCSX2 -->
|
|
|
|
<rule type="winregistryvalue">
|
|
|
|
<entry>SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\pcsx2\DisplayIcon</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>pcsx2.exe</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>C:\Program Files (x86)\PCSX2\pcsx2.exe</entry>
|
|
|
|
<entry>D:\Program Files (x86)\PCSX2\pcsx2.exe</entry>
|
|
|
|
<!-- Portable installation -->
|
|
|
|
<entry>%ESPATH%\PCSX2\pcsx2.exe</entry>
|
|
|
|
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
2021-12-15 19:13:47 +00:00
|
|
|
<emulator name="RPCS3">
|
|
|
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>rpcs3.exe</entry>
|
|
|
|
</rule>
|
2021-12-17 18:22:43 +00:00
|
|
|
<rule type="staticpath">
|
|
|
|
<!-- Portable installation -->
|
|
|
|
<entry>%ESPATH%\RPCS3\rpcs3.exe</entry>
|
|
|
|
<entry>%ESPATH%\..\RPCS3\rpcs3.exe</entry>
|
|
|
|
</rule>
|
2021-12-15 19:13:47 +00:00
|
|
|
</emulator>
|
2021-12-15 18:01:41 +00:00
|
|
|
<emulator name="XEMU">
|
|
|
|
<!-- Microsoft Xbox emulator xemu -->
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>xemu.exe</entry>
|
|
|
|
</rule>
|
2021-12-17 18:22:43 +00:00
|
|
|
<rule type="staticpath">
|
|
|
|
<!-- Portable installation -->
|
|
|
|
<entry>%ESPATH%\xemu\xemu.exe</entry>
|
|
|
|
<entry>%ESPATH%\..\xemu\xemu.exe</entry>
|
|
|
|
</rule>
|
2021-12-15 18:01:41 +00:00
|
|
|
</emulator>
|
2021-12-16 16:40:56 +00:00
|
|
|
<emulator name="XENIA">
|
|
|
|
<!-- Microsoft Xbox 360 emulator xenia -->
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>xenia.exe</entry>
|
|
|
|
</rule>
|
2021-12-17 18:22:43 +00:00
|
|
|
<rule type="staticpath">
|
|
|
|
<!-- Portable installation -->
|
|
|
|
<entry>%ESPATH%\xenia\xenia.exe</entry>
|
|
|
|
<entry>%ESPATH%\..\xenia\xenia.exe</entry>
|
|
|
|
</rule>
|
2021-12-16 16:40:56 +00:00
|
|
|
</emulator>
|
2021-08-24 16:20:57 +00:00
|
|
|
<emulator name="YUZU">
|
|
|
|
<!-- Nintendo Switch emulator Yuzu -->
|
|
|
|
<rule type="systempath">
|
|
|
|
<entry>yuzu.exe</entry>
|
|
|
|
</rule>
|
|
|
|
<rule type="staticpath">
|
|
|
|
<entry>~\AppData\Local\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
|
|
|
|
<!-- Portable installation -->
|
|
|
|
<entry>%ESPATH%\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
|
|
|
|
<entry>%ESPATH%\..\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
|
|
|
|
</rule>
|
|
|
|
</emulator>
|
|
|
|
</ruleList>
|