mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
Added the 'DOSBox Staging' emulator to the dos and pc systems.
Also reorganized the es_find_rules.xml files slightly.
This commit is contained in:
parent
ceefc267b5
commit
d61218a24f
|
@ -14,4 +14,9 @@
|
||||||
<entry>/Applications/RetroArch.app/Contents/Resources/cores</entry>
|
<entry>/Applications/RetroArch.app/Contents/Resources/cores</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</core>
|
</core>
|
||||||
|
<emulator name="DOSBOX_STAGING">
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/Applications/dosbox-staging.app/Contents/MacOS/dosbox</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
</ruleList>
|
</ruleList>
|
|
@ -336,6 +336,7 @@
|
||||||
<command label="DOSBox-Core">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_core_libretro.dylib %ROM%</command>
|
<command label="DOSBox-Core">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_core_libretro.dylib %ROM%</command>
|
||||||
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.dylib %ROM%</command>
|
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.dylib %ROM%</command>
|
||||||
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.dylib %ROM%</command>
|
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.dylib %ROM%</command>
|
||||||
|
<command label="DOSBox Staging (Standalone)">%EMULATOR_DOSBOX_STAGING% %ROM%</command>
|
||||||
<platform>dos</platform>
|
<platform>dos</platform>
|
||||||
<theme>dos</theme>
|
<theme>dos</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -859,6 +860,7 @@
|
||||||
<command label="DOSBox-Core">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_core_libretro.dylib %ROM%</command>
|
<command label="DOSBox-Core">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_core_libretro.dylib %ROM%</command>
|
||||||
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.dylib %ROM%</command>
|
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.dylib %ROM%</command>
|
||||||
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.dylib %ROM%</command>
|
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.dylib %ROM%</command>
|
||||||
|
<command label="DOSBox Staging (Standalone)">%EMULATOR_DOSBOX_STAGING% %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>pc</theme>
|
<theme>pc</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -14,20 +14,6 @@
|
||||||
<entry>~/bin/RetroArch-Linux-x86_64.AppImage</entry>
|
<entry>~/bin/RetroArch-Linux-x86_64.AppImage</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
<emulator name="YUZU">
|
|
||||||
<!-- Nintendo Switch emulator Yuzu -->
|
|
||||||
<rule type="systempath">
|
|
||||||
<entry>yuzu</entry>
|
|
||||||
<entry>org.yuzu_emu.yuzu</entry>
|
|
||||||
<entry>yuzu.AppImage</entry>
|
|
||||||
</rule>
|
|
||||||
<rule type="staticpath">
|
|
||||||
<entry>/var/lib/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
|
|
||||||
<entry>~/Applications/yuzu.AppImage</entry>
|
|
||||||
<entry>~/.local/bin/yuzu.AppImage</entry>
|
|
||||||
<entry>~/bin/yuzu.AppImage</entry>
|
|
||||||
</rule>
|
|
||||||
</emulator>
|
|
||||||
<core name="RETROARCH">
|
<core name="RETROARCH">
|
||||||
<rule type="corepath">
|
<rule type="corepath">
|
||||||
<!-- Snap package -->
|
<!-- Snap package -->
|
||||||
|
@ -48,4 +34,27 @@
|
||||||
<entry>/usr/pkg/lib/libretro</entry>
|
<entry>/usr/pkg/lib/libretro</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</core>
|
</core>
|
||||||
|
<emulator name="DOSBOX_STAGING">
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>dosbox-staging</entry>
|
||||||
|
<entry>io.github.dosbox-staging</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/var/lib/flatpak/exports/bin/io.github.dosbox-staging</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
|
<emulator name="YUZU">
|
||||||
|
<!-- Nintendo Switch emulator Yuzu -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>yuzu</entry>
|
||||||
|
<entry>org.yuzu_emu.yuzu</entry>
|
||||||
|
<entry>yuzu.AppImage</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/var/lib/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
|
||||||
|
<entry>~/Applications/yuzu.AppImage</entry>
|
||||||
|
<entry>~/.local/bin/yuzu.AppImage</entry>
|
||||||
|
<entry>~/bin/yuzu.AppImage</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
</ruleList>
|
</ruleList>
|
|
@ -337,6 +337,7 @@
|
||||||
<command label="DOSBox-Core">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_core_libretro.so %ROM%</command>
|
<command label="DOSBox-Core">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_core_libretro.so %ROM%</command>
|
||||||
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.so %ROM%</command>
|
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.so %ROM%</command>
|
||||||
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.so %ROM%</command>
|
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.so %ROM%</command>
|
||||||
|
<command label="DOSBox Staging (Standalone)">%EMULATOR_DOSBOX_STAGING% %ROM%</command>
|
||||||
<platform>dos</platform>
|
<platform>dos</platform>
|
||||||
<theme>dos</theme>
|
<theme>dos</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -861,6 +862,7 @@
|
||||||
<command label="DOSBox-Core">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_core_libretro.so %ROM%</command>
|
<command label="DOSBox-Core">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_core_libretro.so %ROM%</command>
|
||||||
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.so %ROM%</command>
|
<command label="DOSBox-Pure">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_pure_libretro.so %ROM%</command>
|
||||||
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.so %ROM%</command>
|
<command label="DOSBox-SVN">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/dosbox_svn_libretro.so %ROM%</command>
|
||||||
|
<command label="DOSBox Staging (Standalone)">%EMULATOR_DOSBOX_STAGING% %ROM%</command>
|
||||||
<platform>pc</platform>
|
<platform>pc</platform>
|
||||||
<theme>pc</theme>
|
<theme>pc</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<entry>C:\Program Files\RetroArch\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-Win64\retroarch.exe</entry>
|
||||||
<entry>C:\Program Files (x86)\RetroArch\retroarch.exe</entry>
|
<entry>C:\Program Files (x86)\RetroArch\retroarch.exe</entry>
|
||||||
<!-- Steam release at some reasonable locations -->
|
<!-- Steam release at some default locations -->
|
||||||
<entry>C:\Program Files (x86)\Steam\steamapps\common\RetroArch\retroarch.exe</entry>
|
<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>D:\Program Files (x86)\Steam\steamapps\common\RetroArch\retroarch.exe</entry>
|
||||||
<entry>C:\Program Files\Steam\steamapps\common\RetroArch\retroarch.exe</entry>
|
<entry>C:\Program Files\Steam\steamapps\common\RetroArch\retroarch.exe</entry>
|
||||||
|
@ -31,6 +31,11 @@
|
||||||
<entry>%ESPATH%\..\RetroArch\retroarch.exe</entry>
|
<entry>%ESPATH%\..\RetroArch\retroarch.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<core name="RETROARCH">
|
||||||
|
<rule type="corepath">
|
||||||
|
<entry>%EMUPATH%\cores</entry>
|
||||||
|
</rule>
|
||||||
|
</core>
|
||||||
<emulator name="YUZU">
|
<emulator name="YUZU">
|
||||||
<!-- Nintendo Switch emulator Yuzu -->
|
<!-- Nintendo Switch emulator Yuzu -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
@ -43,9 +48,4 @@
|
||||||
<entry>%ESPATH%\..\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
|
<entry>%ESPATH%\..\yuzu\yuzu-windows-msvc\yuzu.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
<core name="RETROARCH">
|
|
||||||
<rule type="corepath">
|
|
||||||
<entry>%EMUPATH%\cores</entry>
|
|
||||||
</rule>
|
|
||||||
</core>
|
|
||||||
</ruleList>
|
</ruleList>
|
Loading…
Reference in a new issue