mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Windows) Added a separate find rules configuration file for portable installations.
This commit is contained in:
parent
2e5af2b265
commit
6ddd895e68
186
resources/systems/windows/es_find_rules_portable.xml
Normal file
186
resources/systems/windows/es_find_rules_portable.xml
Normal file
|
@ -0,0 +1,186 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!-- This is the ES-DE find rules configuration file for Windows for portable installations -->
|
||||||
|
<ruleList>
|
||||||
|
<emulator name="RETROARCH">
|
||||||
|
<rule type="staticpath">
|
||||||
|
<!-- Portable installation -->
|
||||||
|
<entry>%ESPATH%\RetroArch-Win64\retroarch.exe</entry>
|
||||||
|
<entry>%ESPATH%\RetroArch\retroarch.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\RetroArch-Win64\retroarch.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\RetroArch\retroarch.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\RetroArch-Win64\retroarch.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\RetroArch\retroarch.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<core name="RETROARCH">
|
||||||
|
<rule type="corepath">
|
||||||
|
<entry>%EMUPATH%\cores</entry>
|
||||||
|
</rule>
|
||||||
|
</core>
|
||||||
|
<emulator name="CEMU">
|
||||||
|
<!-- Nintendo Wii U emulator Cemu -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\cemu\Cemu.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\cemu\Cemu.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\cemu\Cemu.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="CITRA">
|
||||||
|
<!-- Nintendo 3DS emulator Citra -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\Citra\nightly-mingw\citra.exe</entry>
|
||||||
|
<entry>%ESPATH%\Citra\canary-mingw\citra.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\Citra\nightly-mingw\citra.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\Citra\canary-mingw\citra.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Citra\nightly-mingw\citra.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Citra\canary-mingw\citra.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="DOLPHIN">
|
||||||
|
<!-- Nintendo GameCube and Wii emulator Dolphin -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\Dolphin-x64\Dolphin.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\Dolphin-x64\Dolphin.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\Dolphin-x64\Dolphin.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="DOSBOX-STAGING">
|
||||||
|
<!-- DOS emulator DOSBox Staging -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\dosbox-staging\dosbox.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\dosbox-staging\dosbox.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\dosbox-staging\dosbox.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="DUCKSTATION">
|
||||||
|
<!-- Sony PlayStation 1 emulator DuckStation -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
||||||
|
<entry>%ESPATH%\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.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\duckstation\duckstation-qt-x64-ReleaseLTCG.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="FLYCAST">
|
||||||
|
<!-- Sega Dreamcast emulator Flycast -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\flycast\flycast.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\flycast\flycast.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\flycast\flycast.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="FS-UAE">
|
||||||
|
<!-- Commodore Amiga emulator FS-UAE -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\FS-UAE\Windows\x86-64\fs-uae.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\FS-UAE\Windows\x86-64\fs-uae.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\FS-UAE\Windows\x86-64\fs-uae.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="MAME">
|
||||||
|
<!-- Arcade emulator MAME -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\mame\mame.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\mame\mame.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\mame\mame.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="MELONDS">
|
||||||
|
<!-- Nintendo DS and DSi emulator melonDS -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\melonDS\melonDS.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\melonDS\melonDS.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\melonDS\melonDS.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="MGBA">
|
||||||
|
<!-- Nintendo Game Boy Advance emulator mGBA -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\mGBA\mGBA.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\mGBA\mGBA.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\mGBA\mGBA.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="MUPEN64PLUS">
|
||||||
|
<!-- Nintendo 64 emulator Mupen64Plus -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\mupen64plus\mupen64plus-ui-console.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\mupen64plus\mupen64plus-ui-console.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\mupen64plus\mupen64plus-ui-console.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="PCSX2">
|
||||||
|
<!-- Sony PlayStation 2 emulator PCSX2 -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\PCSX2\pcsx2.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\PCSX2\pcsx2.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\PCSX2\pcsx2.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="PPSSPP">
|
||||||
|
<!-- Sony PlayStation Portable emulator PPSSPP -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\PPSSPP\PPSSPPWindows64.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\PPSSPP\PPSSPPWindows64.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\PPSSPP\PPSSPPWindows64.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="REDREAM">
|
||||||
|
<!-- Sega Dreamcast emulator Redream -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\redream\redream.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\redream\redream.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\redream\redream.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="RPCS3">
|
||||||
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\RPCS3\rpcs3.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\RPCS3\rpcs3.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\RPCS3\rpcs3.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="RYUJINX">
|
||||||
|
<!-- Nintendo Switch emulator Ryujinx -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\ryujinx\Ryujinx.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\ryujinx\Ryujinx.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\ryujinx\Ryujinx.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="VBA-M">
|
||||||
|
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\VBA-M\visualboyadvance-m.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\VBA-M\visualboyadvance-m.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\VBA-M\visualboyadvance-m.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="XEMU">
|
||||||
|
<!-- Microsoft Xbox emulator xemu -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\xemu\xemu.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\xemu\xemu.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\xemu\xemu.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="XENIA">
|
||||||
|
<!-- Microsoft Xbox 360 emulator xenia -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\xenia\xenia.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\xenia\xenia.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\xenia\xenia.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="YUZU">
|
||||||
|
<!-- Nintendo Switch emulator Yuzu -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>%ESPATH%\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
|
||||||
|
<entry>%ESPATH%\Emulators\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
|
||||||
|
<entry>%ESPATH%\..\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
</ruleList>
|
Loading…
Reference in a new issue