mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Added emulator configuration for the Microsoft Xbox system.
This commit is contained in:
parent
02b887517b
commit
3ecadc5bf2
|
@ -35,6 +35,7 @@
|
|||
</rule>
|
||||
</core>
|
||||
<emulator name="DOSBOX_STAGING">
|
||||
<!-- DOS emulator DOSBox Staging -->
|
||||
<rule type="systempath">
|
||||
<entry>dosbox-staging</entry>
|
||||
<entry>io.github.dosbox-staging</entry>
|
||||
|
@ -43,6 +44,16 @@
|
|||
<entry>/var/lib/flatpak/exports/bin/io.github.dosbox-staging</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
<!-- Microsoft Xbox emulator xemu -->
|
||||
<rule type="systempath">
|
||||
<entry>xemu</entry>
|
||||
<entry>app.xemu.xemu</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/app.xemu.xemu</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="YUZU">
|
||||
<!-- Nintendo Switch emulator Yuzu -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1375,8 +1375,8 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%/xbox</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.iso .ISO</extension>
|
||||
<command label="xemu (Standalone)">%EMULATOR_XEMU% -full-screen -dvd_path %ROM%</command>
|
||||
<platform>xbox</platform>
|
||||
<theme>xbox</theme>
|
||||
</system>
|
||||
|
|
|
@ -36,6 +36,12 @@
|
|||
<entry>%EMUPATH%\cores</entry>
|
||||
</rule>
|
||||
</core>
|
||||
<emulator name="XEMU">
|
||||
<!-- Microsoft Xbox emulator xemu -->
|
||||
<rule type="systempath">
|
||||
<entry>xemu.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="YUZU">
|
||||
<!-- Nintendo Switch emulator Yuzu -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1373,8 +1373,8 @@
|
|||
<name>xbox</name>
|
||||
<fullname>Microsoft Xbox</fullname>
|
||||
<path>%ROMPATH%\xbox</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.iso .ISO</extension>
|
||||
<command label="xemu (Standalone)">%EMULATOR_XEMU% -full-screen -dvd_path %ROM%</command>
|
||||
<platform>xbox</platform>
|
||||
<theme>xbox</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue