Added SkyEmu standalone as an alternative emulator for the gb, gba, gbc and nds systems

This commit is contained in:
Leon Styhre 2023-09-10 11:44:09 +02:00
parent f2361c41f7
commit 27cd86a2aa
8 changed files with 48 additions and 0 deletions

View file

@ -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

View file

@ -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">

View file

@ -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>

View file

@ -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">

View file

@ -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>

View file

@ -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">

View file

@ -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">

View file

@ -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>