From 6ddd895e683f60fdfe9e42dfabeb34be91a3b004 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 14 Apr 2022 12:56:42 +0200 Subject: [PATCH] (Windows) Added a separate find rules configuration file for portable installations. --- .../windows/es_find_rules_portable.xml | 186 ++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 resources/systems/windows/es_find_rules_portable.xml diff --git a/resources/systems/windows/es_find_rules_portable.xml b/resources/systems/windows/es_find_rules_portable.xml new file mode 100644 index 000000000..0f1198d90 --- /dev/null +++ b/resources/systems/windows/es_find_rules_portable.xml @@ -0,0 +1,186 @@ + + + + + + + %ESPATH%\RetroArch-Win64\retroarch.exe + %ESPATH%\RetroArch\retroarch.exe + %ESPATH%\Emulators\RetroArch-Win64\retroarch.exe + %ESPATH%\Emulators\RetroArch\retroarch.exe + %ESPATH%\..\RetroArch-Win64\retroarch.exe + %ESPATH%\..\RetroArch\retroarch.exe + + + + + %EMUPATH%\cores + + + + + + %ESPATH%\cemu\Cemu.exe + %ESPATH%\Emulators\cemu\Cemu.exe + %ESPATH%\..\cemu\Cemu.exe + + + + + + %ESPATH%\Citra\nightly-mingw\citra.exe + %ESPATH%\Citra\canary-mingw\citra.exe + %ESPATH%\Emulators\Citra\nightly-mingw\citra.exe + %ESPATH%\Emulators\Citra\canary-mingw\citra.exe + %ESPATH%\..\Citra\nightly-mingw\citra.exe + %ESPATH%\..\Citra\canary-mingw\citra.exe + + + + + + %ESPATH%\Dolphin-x64\Dolphin.exe + %ESPATH%\Emulators\Dolphin-x64\Dolphin.exe + %ESPATH%\..\Dolphin-x64\Dolphin.exe + + + + + + %ESPATH%\dosbox-staging\dosbox.exe + %ESPATH%\Emulators\dosbox-staging\dosbox.exe + %ESPATH%\..\dosbox-staging\dosbox.exe + + + + + + %ESPATH%\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe + %ESPATH%\duckstation\duckstation-qt-x64-ReleaseLTCG.exe + %ESPATH%\Emulators\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe + %ESPATH%\Emulators\duckstation\duckstation-qt-x64-ReleaseLTCG.exe + %ESPATH%\..\duckstation\duckstation-nogui-x64-ReleaseLTCG.exe + %ESPATH%\..\duckstation\duckstation-qt-x64-ReleaseLTCG.exe + + + + + + %ESPATH%\flycast\flycast.exe + %ESPATH%\Emulators\flycast\flycast.exe + %ESPATH%\..\flycast\flycast.exe + + + + + + %ESPATH%\FS-UAE\Windows\x86-64\fs-uae.exe + %ESPATH%\Emulators\FS-UAE\Windows\x86-64\fs-uae.exe + %ESPATH%\..\FS-UAE\Windows\x86-64\fs-uae.exe + + + + + + %ESPATH%\mame\mame.exe + %ESPATH%\Emulators\mame\mame.exe + %ESPATH%\..\mame\mame.exe + + + + + + %ESPATH%\melonDS\melonDS.exe + %ESPATH%\Emulators\melonDS\melonDS.exe + %ESPATH%\..\melonDS\melonDS.exe + + + + + + %ESPATH%\mGBA\mGBA.exe + %ESPATH%\Emulators\mGBA\mGBA.exe + %ESPATH%\..\mGBA\mGBA.exe + + + + + + %ESPATH%\mupen64plus\mupen64plus-ui-console.exe + %ESPATH%\Emulators\mupen64plus\mupen64plus-ui-console.exe + %ESPATH%\..\mupen64plus\mupen64plus-ui-console.exe + + + + + + %ESPATH%\PCSX2\pcsx2.exe + %ESPATH%\Emulators\PCSX2\pcsx2.exe + %ESPATH%\..\PCSX2\pcsx2.exe + + + + + + %ESPATH%\PPSSPP\PPSSPPWindows64.exe + %ESPATH%\Emulators\PPSSPP\PPSSPPWindows64.exe + %ESPATH%\..\PPSSPP\PPSSPPWindows64.exe + + + + + + %ESPATH%\redream\redream.exe + %ESPATH%\Emulators\redream\redream.exe + %ESPATH%\..\redream\redream.exe + + + + + + %ESPATH%\RPCS3\rpcs3.exe + %ESPATH%\Emulators\RPCS3\rpcs3.exe + %ESPATH%\..\RPCS3\rpcs3.exe + + + + + + %ESPATH%\ryujinx\Ryujinx.exe + %ESPATH%\Emulators\ryujinx\Ryujinx.exe + %ESPATH%\..\ryujinx\Ryujinx.exe + + + + + + %ESPATH%\VBA-M\visualboyadvance-m.exe + %ESPATH%\Emulators\VBA-M\visualboyadvance-m.exe + %ESPATH%\..\VBA-M\visualboyadvance-m.exe + + + + + + %ESPATH%\xemu\xemu.exe + %ESPATH%\Emulators\xemu\xemu.exe + %ESPATH%\..\xemu\xemu.exe + + + + + + %ESPATH%\xenia\xenia.exe + %ESPATH%\Emulators\xenia\xenia.exe + %ESPATH%\..\xenia\xenia.exe + + + + + + %ESPATH%\yuzu\yuzu-windows-msvc\yuzu.exe + %ESPATH%\Emulators\yuzu\yuzu-windows-msvc\yuzu.exe + %ESPATH%\..\yuzu\yuzu-windows-msvc\yuzu.exe + + + \ No newline at end of file