mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added Stella standalone as an alternative emulator for the atari2600 system.
This commit is contained in:
parent
82784f3847
commit
b51aaf0879
|
@ -87,6 +87,7 @@ Emulators\simple64\simple64-gui.exe
|
|||
Emulators\snes9x\snes9x-x64.exe
|
||||
Emulators\solarus\solarus-run.exe
|
||||
Emulators\SSF\SSF.exe
|
||||
Emulators\Stella\64-bit\Stella.exe
|
||||
Emulators\Supermodel\Supermodel.exe
|
||||
Emulators\Triforce\DolphinWX.exe
|
||||
Emulators\tsugaru\Tsugaru_CUI.exe
|
||||
|
|
|
@ -300,6 +300,14 @@
|
|||
<entry>/Applications/Steam.app/Contents/MacOS/steam_osx</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="STELLA">
|
||||
<!-- Atari 2600 emulator Stella -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/Stella.app/Contents/MacOS/Stella</entry>
|
||||
<entry>/opt/homebrew/bin/Stella</entry>
|
||||
<entry>/usr/local/bin/Stella</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VBA-M">
|
||||
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
<extension>.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Stella">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella_libretro.dylib %ROM%</command>
|
||||
<command label="Stella 2014">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella2014_libretro.dylib %ROM%</command>
|
||||
<command label="Stella (Standalone)">%EMULATOR_STELLA% %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%</command>
|
||||
<platform>atari2600</platform>
|
||||
<theme>atari2600</theme>
|
||||
|
|
|
@ -658,6 +658,17 @@
|
|||
<entry>steam</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="STELLA">
|
||||
<!-- Atari 2600 emulator Stella -->
|
||||
<rule type="systempath">
|
||||
<entry>stella</entry>
|
||||
<entry>io.github.stella_emu.Stella</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/io.github.stella_emu.Stella</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/io.github.stella_emu.Stella</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SUPERMODEL">
|
||||
<!-- Sega Model 3 emulator Supermodel -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -155,6 +155,7 @@
|
|||
<extension>.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Stella">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella_libretro.so %ROM%</command>
|
||||
<command label="Stella 2014">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/stella2014_libretro.so %ROM%</command>
|
||||
<command label="Stella (Standalone)">%EMULATOR_STELLA% %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%</command>
|
||||
<platform>atari2600</platform>
|
||||
<theme>atari2600</theme>
|
||||
|
|
|
@ -720,6 +720,17 @@
|
|||
<entry>D:\Program Files (x86)\Steam\steam.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="STELLA">
|
||||
<!-- Atari 2600 emulator Stella -->
|
||||
<rule type="systempath">
|
||||
<entry>Stella.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Stella\64-bit\Stella.exe</entry>
|
||||
<entry>%ESPATH%\Stella\64-bit\Stella.exe</entry>
|
||||
<entry>%ESPATH%\..\Stella\64-bit\Stella.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SUPERMODEL">
|
||||
<!-- Sega Model 3 emulator Supermodel -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -496,6 +496,14 @@
|
|||
<entry>D:\Program Files (x86)\Steam\steam.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="STELLA">
|
||||
<!-- Atari 2600 emulator Stella -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Stella\64-bit\Stella.exe</entry>
|
||||
<entry>%ESPATH%\Stella\64-bit\Stella.exe</entry>
|
||||
<entry>%ESPATH%\..\Stella\64-bit\Stella.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SUPERMODEL">
|
||||
<!-- Sega Model 3 emulator Supermodel -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -157,6 +157,7 @@
|
|||
<extension>.a26 .A26 .bin .BIN .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Stella">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\stella_libretro.dll %ROM%</command>
|
||||
<command label="Stella 2014">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\stella2014_libretro.dll %ROM%</command>
|
||||
<command label="Stella (Standalone)">%EMULATOR_STELLA% %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Atari 2600" %ROM%</command>
|
||||
<platform>atari2600</platform>
|
||||
<theme>atari2600</theme>
|
||||
|
|
Loading…
Reference in a new issue