mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Added SkyEmu standalone as an alternative emulator for the gb, gba, gbc and nds systems
This commit is contained in:
parent
f2361c41f7
commit
27cd86a2aa
|
@ -102,6 +102,7 @@ Emulators\sdl2trs\sdl2trs64.exe
|
|||
Emulators\SheepShaver\SheepShaver.exe
|
||||
Emulators\SimCoupe\SimCoupe.exe
|
||||
Emulators\simple64\simple64-gui.exe
|
||||
Emulators\SkyEmu\SkyEmu.exe
|
||||
Emulators\snes9x\snes9x-x64.exe
|
||||
Emulators\solarus\solarus-run.exe
|
||||
Emulators\SSF\SSF.exe
|
||||
|
|
|
@ -281,6 +281,12 @@
|
|||
<entry>/Applications/sixtyforce.app/Contents/MacOS/sixtyforce</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SKYEMU">
|
||||
<!-- Nintendo Game Boy, Game Boy Color, Game Boy Advance and DS emulator SkyEmu -->
|
||||
<rule type="staticpath">
|
||||
<entry>/Applications/SkyEmu.app/Contents/MacOS/SkyEmu</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SNES9X">
|
||||
<!-- Super Nintendo emulator Snes9x -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -638,6 +638,7 @@
|
|||
<command label="VBA-M">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/vbam_libretro.dylib %ROM%</command>
|
||||
<command label="VBA-M (Standalone)">%EMULATOR_VBA-M% -f %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gb</platform>
|
||||
<theme>gb</theme>
|
||||
</system>
|
||||
|
@ -653,6 +654,7 @@
|
|||
<command label="VBA Next">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/vba_next_libretro.dylib %ROM%</command>
|
||||
<command label="gpSP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gpsp_libretro.dylib %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Advance" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gba</platform>
|
||||
<theme>gba</theme>
|
||||
</system>
|
||||
|
@ -673,6 +675,7 @@
|
|||
<command label="VBA-M">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/vbam_libretro.dylib %ROM%</command>
|
||||
<command label="VBA-M (Standalone)">%EMULATOR_VBA-M% -f %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Color" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gbc</platform>
|
||||
<theme>gbc</theme>
|
||||
</system>
|
||||
|
@ -1087,6 +1090,7 @@
|
|||
<command label="DeSmuME 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/desmume2015_libretro.dylib %ROM%</command>
|
||||
<command label="melonDS">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/melonds_libretro.dylib %ROM%</command>
|
||||
<command label="melonDS (Standalone)">%EMULATOR_MELONDS% %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>nds</platform>
|
||||
<theme>nds</theme>
|
||||
</system>
|
||||
|
|
|
@ -740,6 +740,18 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/io.github.simple64.simple64</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SKYEMU">
|
||||
<!-- Nintendo Game Boy, Game Boy Color, Game Boy Advance and DS emulator SkyEmu -->
|
||||
<rule type="systempath">
|
||||
<entry>SkyEmu</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/SkyEmu/SkyEmu</entry>
|
||||
<entry>~/.local/share/applications/SkyEmu/SkyEmu</entry>
|
||||
<entry>~/.local/bin/SkyEmu/SkyEmu</entry>
|
||||
<entry>~/bin/SkyEmu/SkyEmu</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SNES9X">
|
||||
<!-- Super Nintendo emulator Snes9x -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -665,6 +665,7 @@
|
|||
<command label="VBA-M">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/vbam_libretro.so %ROM%</command>
|
||||
<command label="VBA-M (Standalone)">%EMULATOR_VBA-M% -f %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gb</platform>
|
||||
<theme>gb</theme>
|
||||
</system>
|
||||
|
@ -680,6 +681,7 @@
|
|||
<command label="VBA Next">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/vba_next_libretro.so %ROM%</command>
|
||||
<command label="gpSP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gpsp_libretro.so %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Advance" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gba</platform>
|
||||
<theme>gba</theme>
|
||||
</system>
|
||||
|
@ -702,6 +704,7 @@
|
|||
<command label="VBA-M">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/vbam_libretro.so %ROM%</command>
|
||||
<command label="VBA-M (Standalone)">%EMULATOR_VBA-M% -f %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Color" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gbc</platform>
|
||||
<theme>gbc</theme>
|
||||
</system>
|
||||
|
@ -1131,6 +1134,7 @@
|
|||
<command label="DeSmuME (Standalone)">%EMULATOR_DESMUME% %ROM%</command>
|
||||
<command label="melonDS">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/melonds_libretro.so %ROM%</command>
|
||||
<command label="melonDS (Standalone)">%EMULATOR_MELONDS% %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>nds</platform>
|
||||
<theme>nds</theme>
|
||||
</system>
|
||||
|
|
|
@ -670,6 +670,16 @@
|
|||
<entry>%ESPATH%\..\Emulators\simple64\simple64-gui.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SKYEMU">
|
||||
<!-- Nintendo Game Boy, Game Boy Color, Game Boy Advance and DS emulator SkyEmu -->
|
||||
<rule type="systempath">
|
||||
<entry>SkyEmu.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\SkyEmu\SkyEmu.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\SkyEmu\SkyEmu.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SNES9X">
|
||||
<!-- Super Nintendo emulator Snes9x -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -438,6 +438,13 @@
|
|||
<entry>%ESPATH%\..\Emulators\simple64\simple64-gui.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SKYEMU">
|
||||
<!-- Nintendo Game Boy, Game Boy Color, Game Boy Advance and DS emulator SkyEmu -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\SkyEmu\SkyEmu.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\SkyEmu\SkyEmu.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SNES9X">
|
||||
<!-- Super Nintendo emulator Snes9x -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -661,6 +661,7 @@
|
|||
<command label="VBA-M">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\vbam_libretro.dll %ROM%</command>
|
||||
<command label="VBA-M (Standalone)">%EMULATOR_VBA-M% /f %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gb</platform>
|
||||
<theme>gb</theme>
|
||||
</system>
|
||||
|
@ -676,6 +677,7 @@
|
|||
<command label="VBA Next">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\vba_next_libretro.dll %ROM%</command>
|
||||
<command label="gpSP">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\gpsp_libretro.dll %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Advance" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gba</platform>
|
||||
<theme>gba</theme>
|
||||
</system>
|
||||
|
@ -698,6 +700,7 @@
|
|||
<command label="VBA-M">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\vbam_libretro.dll %ROM%</command>
|
||||
<command label="VBA-M (Standalone)">%EMULATOR_VBA-M% /f %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Game Boy Color" %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>gbc</platform>
|
||||
<theme>gbc</theme>
|
||||
</system>
|
||||
|
@ -1129,6 +1132,7 @@
|
|||
<command label="DeSmuME 2015">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\desmume2015_libretro.dll %ROM%</command>
|
||||
<command label="melonDS">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\melonds_libretro.dll %ROM%</command>
|
||||
<command label="melonDS (Standalone)">%EMULATOR_MELONDS% %ROM%</command>
|
||||
<command label="SkyEmu (Standalone)">%EMULATOR_SKYEMU% %ROM%</command>
|
||||
<platform>nds</platform>
|
||||
<theme>nds</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue