mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Added Hatari standalone as an alternative emulator for the atarist system.
Also added the pcwindows platform to the ports system to improve scraping.
This commit is contained in:
parent
f3b19a2704
commit
f23b5a6c6e
|
@ -47,6 +47,7 @@ Emulators\fbneo\fbneo64.exe
|
|||
Emulators\fbneo\fbneo.exe
|
||||
Emulators\flycast\flycast.exe
|
||||
Emulators\Gearboy\Gearboy.exe
|
||||
Emulators\hatari\hatari.exe
|
||||
Emulators\Hypseus Singe\hypseus.exe
|
||||
Emulators\KEmulator\KEmulator.exe
|
||||
Emulators\m2emulator\EMULATOR.EXE
|
||||
|
|
|
@ -117,6 +117,14 @@
|
|||
<entry>/usr/local/bin/fs-uae</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HATARI">
|
||||
<!-- Atari ST/STE/TT/Falcon emulator Hatari -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/Hatari.app/Contents/MacOS/hatari</entry>
|
||||
<entry>/opt/homebrew/bin/hatari</entry>
|
||||
<entry>/usr/local/bin/hatari</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HYPSEUS-SINGE">
|
||||
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -201,7 +201,8 @@
|
|||
<fullname>Atari ST</fullname>
|
||||
<path>%ROMPATH%/atarist</path>
|
||||
<extension>.st .ST .msa .MSA .stx .STX .dim .DIM .ipf .IPF .m3u .M3U .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/hatari_libretro.dylib %ROM%</command>
|
||||
<command label="Hatari">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/hatari_libretro.dylib %ROM%</command>
|
||||
<command label="Hatari (Standalone)">%EMULATOR_HATARI% %ROM%</command>
|
||||
<platform>atarist</platform>
|
||||
<theme>atarist</theme>
|
||||
</system>
|
||||
|
@ -1123,7 +1124,7 @@
|
|||
<path>%ROMPATH%/ports</path>
|
||||
<extension>.app .sh</extension>
|
||||
<command>%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>pc, pcwindows</platform>
|
||||
<theme>ports</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -254,6 +254,16 @@
|
|||
<entry>~/bin/gearboy/gearboy</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HATARI">
|
||||
<!-- Atari ST/STE/TT/Falcon emulator Hatari -->
|
||||
<rule type="systempath">
|
||||
<entry>hatari</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/org.tuxfamily.hatari</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/org.tuxfamily.hatari</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HYPSEUS-SINGE">
|
||||
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -206,7 +206,8 @@
|
|||
<fullname>Atari ST</fullname>
|
||||
<path>%ROMPATH%/atarist</path>
|
||||
<extension>.st .ST .msa .MSA .stx .STX .dim .DIM .ipf .IPF .m3u .M3U .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/hatari_libretro.so %ROM%</command>
|
||||
<command label="Hatari">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/hatari_libretro.so %ROM%</command>
|
||||
<command label="Hatari (Standalone)">%EMULATOR_HATARI% %ROM%</command>
|
||||
<platform>atarist</platform>
|
||||
<theme>atarist</theme>
|
||||
</system>
|
||||
|
@ -1159,7 +1160,7 @@
|
|||
<path>%ROMPATH%/ports</path>
|
||||
<extension>.desktop .sh</extension>
|
||||
<command>%ENABLESHORTCUTS% %EMULATOR_OS-SHELL% %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>pc, pcwindows</platform>
|
||||
<theme>ports</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
|
@ -283,6 +283,17 @@
|
|||
<entry>%ESPATH%\..\Gearboy\Gearboy.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HATARI">
|
||||
<!-- Atari ST/STE/TT/Falcon emulator Hatari -->
|
||||
<rule type="systempath">
|
||||
<entry>hatari.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\hatari\hatari.exe</entry>
|
||||
<entry>%ESPATH%\hatari\hatari.exe</entry>
|
||||
<entry>%ESPATH%\..\hatari\hatari.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HYPSEUS-SINGE">
|
||||
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -192,6 +192,14 @@
|
|||
<entry>%ESPATH%\..\Gearboy\Gearboy.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HATARI">
|
||||
<!-- Atari ST/STE/TT/Falcon emulator Hatari -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\hatari\hatari.exe</entry>
|
||||
<entry>%ESPATH%\hatari\hatari.exe</entry>
|
||||
<entry>%ESPATH%\..\hatari\hatari.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HYPSEUS-SINGE">
|
||||
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -209,7 +209,8 @@
|
|||
<fullname>Atari ST</fullname>
|
||||
<path>%ROMPATH%\atarist</path>
|
||||
<extension>.st .ST .msa .MSA .stx .STX .dim .DIM .ipf .IPF .m3u .M3U .7z .7Z .zip .ZIP</extension>
|
||||
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\hatari_libretro.dll %ROM%</command>
|
||||
<command label="Hatari">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\hatari_libretro.dll %ROM%</command>
|
||||
<command label="Hatari (Standalone)">%EMULATOR_HATARI% %ROM%</command>
|
||||
<platform>atarist</platform>
|
||||
<theme>atarist</theme>
|
||||
</system>
|
||||
|
@ -1160,7 +1161,7 @@
|
|||
<path>%ROMPATH%\ports</path>
|
||||
<extension>.bat .BAT .lnk .LNK</extension>
|
||||
<command>%HIDEWINDOW% %ESCAPESPECIALS% %EMULATOR_OS-SHELL% /C %ROM%</command>
|
||||
<platform>pc</platform>
|
||||
<platform>pc, pcwindows</platform>
|
||||
<theme>ports</theme>
|
||||
</system>
|
||||
<system>
|
||||
|
|
Loading…
Reference in a new issue