mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
(Linux) Added support for the Microsoft Xbox 360 (xbox360) game system by running xenia via Wine
This commit is contained in:
parent
d1210c4e7a
commit
bb6edceb1e
|
@ -866,6 +866,12 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/app.xemu.xemu</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XENIA">
|
||||
<!-- Microsoft Xbox 360 emulator xenia -->
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/xenia/wine*.AppImage</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XROAR">
|
||||
<!-- Dragon and Tandy 8-bit computer emulator XRoar -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1957,8 +1957,9 @@
|
|||
<name>xbox360</name>
|
||||
<fullname>Microsoft Xbox 360</fullname>
|
||||
<path>%ROMPATH%/xbox360</path>
|
||||
<extension>. .iso .ISO .xex .XEX</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>. .desktop .iso .ISO .sh .xex .XEX</extension>
|
||||
<command label="xenia (Wine)">%STARTDIR%=%EMUDIR% %EMULATOR_XENIA% xenia.exe %ROM%</command>
|
||||
<command label="Shortcut or script">%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>xbox360</platform>
|
||||
<theme>xbox360</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue