(Unix) Added BlastEm standalone as an alternative emulator for the megadrive and genesis systems.

This commit is contained in:
Leon Styhre 2022-05-01 19:31:18 +02:00
parent 0acce01003
commit 453da25b3c
2 changed files with 12 additions and 0 deletions

View file

@ -35,6 +35,16 @@
<entry>/usr/pkg/lib/libretro</entry>
</rule>
</core>
<emulator name="BLASTEM">
<!-- Sega Mega Drive/Genesis emulator BlastEm -->
<rule type="systempath">
<entry>blastem</entry>
<entry>com.retrodev.blastem</entry>
</rule>
<rule type="staticpath">
<entry>/var/lib/flatpak/exports/bin/com.retrodev.blastem</entry>
</rule>
</emulator>
<emulator name="CITRA">
<!-- Nintendo 3DS emulator Citra -->
<rule type="systempath">

View file

@ -515,6 +515,7 @@
<command label="Genesis Plus GX Wide">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/genesis_plus_gx_wide_libretro.so %ROM%</command>
<command label="PicoDrive">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/picodrive_libretro.so %ROM%</command>
<command label="BlastEm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/blastem_libretro.so %ROM%</command>
<command label="BlastEm (Standalone)">%EMULATOR_BLASTEM% -m gen %ROM%</command>
<platform>genesis</platform>
<theme>genesis</theme>
</system>
@ -658,6 +659,7 @@
<command label="Genesis Plus GX Wide">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/genesis_plus_gx_wide_libretro.so %ROM%</command>
<command label="PicoDrive">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/picodrive_libretro.so %ROM%</command>
<command label="BlastEm">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/blastem_libretro.so %ROM%</command>
<command label="BlastEm (Standalone)">%EMULATOR_BLASTEM% -m gen %ROM%</command>
<platform>megadrive</platform>
<theme>megadrive</theme>
</system>