mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
Added ares standalone as an alternative emulator for the atari2600, famicom, fds, genesis, megadrive and nes systems.
This commit is contained in:
parent
bf97ea6801
commit
5ce95319de
|
@ -2,7 +2,7 @@ EmulationStation Desktop Edition (ES-DE) - Portable installation on Windows
|
|||
---------------------------------------------------------------------------
|
||||
|
||||
ES-DE release:
|
||||
1.2.6
|
||||
2.0.0
|
||||
|
||||
Instructions:
|
||||
|
||||
|
@ -27,6 +27,7 @@ Emulators\RetroArch-Win64\retroarch.exe
|
|||
Emulators\RetroArch\retroarch.exe
|
||||
Emulators\AppleWin\AppleWin.exe
|
||||
Emulators\ArcadeFlashWeb\ArcadeFlashWeb.exe
|
||||
Emulators\ares\ares.exe
|
||||
Emulators\atari800\atari800.exe
|
||||
Emulators\BasiliskII\BasiliskII.exe
|
||||
Emulators\bsnes\bsnes.exe
|
||||
|
|
|
@ -27,6 +27,12 @@
|
|||
<entry>/Applications/AetherSX2.app/Contents/MacOS/AetherSX2</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ARES">
|
||||
<!-- Multi-system emulator ares -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/ares.app/Contents/MacOS/ares</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ATARI800">
|
||||
<!-- Atari 8-bit computer emulator Atari800 -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -131,6 +131,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="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Atari 2600" --fullscreen</command>
|
||||
<platform>atari2600</platform>
|
||||
<theme>atari2600</theme>
|
||||
</system>
|
||||
|
@ -422,6 +423,8 @@
|
|||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fceumm_libretro.dylib %ROM%</command>
|
||||
<command label="QuickNES">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/quicknes_libretro.dylib %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom" --fullscreen</command>
|
||||
<command label="ares FDS (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>famicom</platform>
|
||||
<theme>famicom</theme>
|
||||
</system>
|
||||
|
@ -456,6 +459,7 @@
|
|||
<command label="Nestopia UE">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/nestopia_libretro.dylib %ROM%</command>
|
||||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fceumm_libretro.dylib %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>fds</platform>
|
||||
<theme>fds</theme>
|
||||
</system>
|
||||
|
@ -569,6 +573,7 @@
|
|||
<command label="PicoDrive">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/picodrive_libretro.dylib %ROM%</command>
|
||||
<command label="BlastEm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/blastem_libretro.dylib %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module md %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Mega Drive" --fullscreen</command>
|
||||
<platform>genesis</platform>
|
||||
<theme>genesis</theme>
|
||||
</system>
|
||||
|
@ -718,6 +723,7 @@
|
|||
<command label="PicoDrive">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/picodrive_libretro.dylib %ROM%</command>
|
||||
<command label="BlastEm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/blastem_libretro.dylib %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module md %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Mega Drive" --fullscreen</command>
|
||||
<platform>megadrive</platform>
|
||||
<theme>megadrive</theme>
|
||||
</system>
|
||||
|
@ -930,6 +936,8 @@
|
|||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fceumm_libretro.dylib %ROM%</command>
|
||||
<command label="QuickNES">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/quicknes_libretro.dylib %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom" --fullscreen</command>
|
||||
<command label="ares FDS (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>nes</platform>
|
||||
<theme>nes</theme>
|
||||
</system>
|
||||
|
|
|
@ -42,6 +42,17 @@
|
|||
<entry>/usr/pkg/lib/libretro</entry>
|
||||
</rule>
|
||||
</core>
|
||||
<emulator name="ARES">
|
||||
<!-- Multi-system emulator ares -->
|
||||
<rule type="systempath">
|
||||
<entry>ares</entry>
|
||||
<entry>dev.ares.ares</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/dev.ares.ares</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/dev.ares.ares</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ATARI800">
|
||||
<!-- Atari 8-bit computer emulator Atari800 -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -133,6 +133,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="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Atari 2600" --fullscreen</command>
|
||||
<platform>atari2600</platform>
|
||||
<theme>atari2600</theme>
|
||||
</system>
|
||||
|
@ -427,6 +428,8 @@
|
|||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fceumm_libretro.so %ROM%</command>
|
||||
<command label="QuickNES">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/quicknes_libretro.so %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom" --fullscreen</command>
|
||||
<command label="ares FDS (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>famicom</platform>
|
||||
<theme>famicom</theme>
|
||||
</system>
|
||||
|
@ -462,6 +465,7 @@
|
|||
<command label="Nestopia UE (Standalone)">%EMULATOR_NESTOPIA-UE% --fullscreen %ROM%</command>
|
||||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fceumm_libretro.so %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>fds</platform>
|
||||
<theme>fds</theme>
|
||||
</system>
|
||||
|
@ -578,6 +582,7 @@
|
|||
<command label="BlastEm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/blastem_libretro.so %ROM%</command>
|
||||
<command label="BlastEm (Standalone)">%EMULATOR_BLASTEM% -m gen %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module md %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Mega Drive" --fullscreen</command>
|
||||
<platform>genesis</platform>
|
||||
<theme>genesis</theme>
|
||||
</system>
|
||||
|
@ -729,6 +734,7 @@
|
|||
<command label="BlastEm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/blastem_libretro.so %ROM%</command>
|
||||
<command label="BlastEm (Standalone)">%EMULATOR_BLASTEM% -m gen %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module md %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Mega Drive" --fullscreen</command>
|
||||
<platform>megadrive</platform>
|
||||
<theme>megadrive</theme>
|
||||
</system>
|
||||
|
@ -946,6 +952,8 @@
|
|||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/fceumm_libretro.so %ROM%</command>
|
||||
<command label="QuickNES">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/quicknes_libretro.so %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom" --fullscreen</command>
|
||||
<command label="ares FDS (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>nes</platform>
|
||||
<theme>nes</theme>
|
||||
</system>
|
||||
|
|
|
@ -66,6 +66,17 @@
|
|||
<entry>%ESPATH%\..\ArcadeFlashWeb\ArcadeFlashWeb.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ARES">
|
||||
<!-- Multi-system emulator ares -->
|
||||
<rule type="systempath">
|
||||
<entry>ares.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\ares\ares.exe</entry>
|
||||
<entry>%ESPATH%\ares\ares.exe</entry>
|
||||
<entry>%ESPATH%\..\ares\ares.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ATARI800">
|
||||
<!-- Atari 8-bit computer emulator Atari800 -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -39,6 +39,14 @@
|
|||
<entry>%ESPATH%\..\ArcadeFlashWeb\ArcadeFlashWeb.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ARES">
|
||||
<!-- Multi-system emulator ares -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\ares\ares.exe</entry>
|
||||
<entry>%ESPATH%\ares\ares.exe</entry>
|
||||
<entry>%ESPATH%\..\ares\ares.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ATARI800">
|
||||
<!-- Atari 8-bit computer emulator Atari800 -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -136,6 +136,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="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Atari 2600" --fullscreen</command>
|
||||
<platform>atari2600</platform>
|
||||
<theme>atari2600</theme>
|
||||
</system>
|
||||
|
@ -429,6 +430,8 @@
|
|||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fceumm_libretro.dll %ROM%</command>
|
||||
<command label="QuickNES">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\quicknes_libretro.dll %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom" --fullscreen</command>
|
||||
<command label="ares FDS (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>famicom</platform>
|
||||
<theme>famicom</theme>
|
||||
</system>
|
||||
|
@ -463,6 +466,7 @@
|
|||
<command label="Nestopia UE">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\nestopia_libretro.dll %ROM%</command>
|
||||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fceumm_libretro.dll %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>fds</platform>
|
||||
<theme>fds</theme>
|
||||
</system>
|
||||
|
@ -577,6 +581,7 @@
|
|||
<command label="PicoDrive">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\picodrive_libretro.dll %ROM%</command>
|
||||
<command label="BlastEm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\blastem_libretro.dll %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module md %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Mega Drive" --fullscreen</command>
|
||||
<platform>genesis</platform>
|
||||
<theme>genesis</theme>
|
||||
</system>
|
||||
|
@ -731,6 +736,7 @@
|
|||
<command label="PicoDrive">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\picodrive_libretro.dll %ROM%</command>
|
||||
<command label="BlastEm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\blastem_libretro.dll %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module md %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Mega Drive" --fullscreen</command>
|
||||
<platform>megadrive</platform>
|
||||
<theme>megadrive</theme>
|
||||
</system>
|
||||
|
@ -947,6 +953,8 @@
|
|||
<command label="FCEUmm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\fceumm_libretro.dll %ROM%</command>
|
||||
<command label="QuickNES">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\quicknes_libretro.dll %ROM%</command>
|
||||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom" --fullscreen</command>
|
||||
<command label="ares FDS (Standalone)">%EMULATOR_ARES% %ROM% --system "Famicom Disk System" --fullscreen</command>
|
||||
<platform>nes</platform>
|
||||
<theme>nes</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue