mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added Xenia Canary
This commit is contained in:
parent
8efc939b6b
commit
7302759474
|
@ -1136,6 +1136,13 @@
|
||||||
<entry>~/bin/Wine/wine*.AppImage</entry>
|
<entry>~/bin/Wine/wine*.AppImage</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="XENIA-CANARY">
|
||||||
|
<!-- Microsoft Xbox 360 emulator xenia -->
|
||||||
|
<!-- RetroDECK -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>xenia-canary</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="XENIA-WINDOWS">
|
<emulator name="XENIA-WINDOWS">
|
||||||
<!-- Microsoft Xbox 360 emulator xenia -->
|
<!-- Microsoft Xbox 360 emulator xenia -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -2315,19 +2315,18 @@
|
||||||
<platform>xbox</platform>
|
<platform>xbox</platform>
|
||||||
<theme>xbox</theme>
|
<theme>xbox</theme>
|
||||||
</system>
|
</system>
|
||||||
<!--
|
|
||||||
<system>
|
<system>
|
||||||
<name>xbox360</name>
|
<name>xbox360</name>
|
||||||
<fullname>Microsoft Xbox 360</fullname>
|
<fullname>Microsoft Xbox 360</fullname>
|
||||||
<path>%ROMPATH%/xbox360</path>
|
<path>%ROMPATH%/xbox360</path>
|
||||||
<extension>. .desktop .iso .ISO .sh .xex .XEX .zar .ZAR</extension>
|
<extension>. .desktop .iso .ISO .sh .xex .XEX .zar .ZAR</extension>
|
||||||
<command label="xenia (Wine)">%STARTDIR%=%EMUDIR% %PRECOMMAND_WINE% %EMULATOR_XENIA-WINDOWS% %ROM%</command>
|
<command label="Xenia Canary">%EMULATOR_XENIA-CANARY% %ROM%</command>
|
||||||
<command label="xenia (Proton)">%STARTDIR%=%EMUDIR% %PRECOMMAND_PROTON% %EMULATOR_XENIA-WINDOWS% %ROM%</command>
|
<!-- <command label="xenia (Wine)">%STARTDIR%=%EMUDIR% %PRECOMMAND_WINE% %EMULATOR_XENIA-WINDOWS% %ROM%</command> -->
|
||||||
<command label="Shortcut or script">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
<!-- <command label="xenia (Proton)">%STARTDIR%=%EMUDIR% %PRECOMMAND_PROTON% %EMULATOR_XENIA-WINDOWS% %ROM%</command> -->
|
||||||
|
<!-- <command label="Shortcut or script">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command> -->
|
||||||
<platform>xbox360</platform>
|
<platform>xbox360</platform>
|
||||||
<theme>xbox360</theme>
|
<theme>xbox360</theme>
|
||||||
</system>
|
</system>
|
||||||
-->
|
|
||||||
<!--
|
<!--
|
||||||
<system>
|
<system>
|
||||||
<name>zmachine</name>
|
<name>zmachine</name>
|
||||||
|
|
Loading…
Reference in a new issue