mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Linux) Added XM6 Pro-68k Wine and XM6 Pro-68k Proton as alternative emulators for the x68000 system
This commit is contained in:
parent
48c0dbb38b
commit
33acca863b
|
@ -1109,6 +1109,15 @@
|
|||
<entry>~/bin/xenia/xenia_canary.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XM6PRO68K-WINDOWS">
|
||||
<!-- Sharp X68000 emulator XM6 Pro-68k -->
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/XM6 Pro-68k/XM6.exe</entry>
|
||||
<entry>~/.local/share/applications/XM6 Pro-68k/XM6.exe</entry>
|
||||
<entry>~/.local/bin/XM6 Pro-68k/XM6.exe</entry>
|
||||
<entry>~/bin/XM6 Pro-68k/XM6.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XROAR">
|
||||
<!-- Dragon and Tandy 8-bit computer emulator XRoar -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -2239,6 +2239,8 @@
|
|||
<extension>.2hd .2HD .88d .88D .cmd .CMD .d88 .D88 .dim .DIM .dup .DUP .hdf .HDF .hdm .HDM .img .IMG .m3u .M3U .xdf .XDF .7z .7Z .zip .ZIP</extension>
|
||||
<command label="PX68k">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/px68k_libretro.so %ROM%</command>
|
||||
<command label="MAME (Standalone)">%STARTDIR%=~/.mame %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%/x68000 x68000 -flop1 %ROM%</command>
|
||||
<command label="XM6 Pro-68k (Wine)">%STARTDIR%=%GAMEDIR% %PRECOMMAND_WINE% %EMULATOR_XM6PRO68K-WINDOWS% "%FILENAME%"</command>
|
||||
<command label="XM6 Pro-68k (Proton)">%STARTDIR%=%GAMEDIR% %PRECOMMAND_PROTON% %EMULATOR_XM6PRO68K-WINDOWS% "%FILENAME%"</command>
|
||||
<platform>x68000</platform>
|
||||
<theme>x68000</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue