mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
add standalone emulators to unix
This commit is contained in:
parent
bbc996f66e
commit
9ba8853d0e
|
@ -245,6 +245,17 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/net.fsuae.FS-UAE</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="GEARBOY">
|
||||
<!-- Nintendo Game Boy / Color emulator Gearboy -->
|
||||
<rule type="systempath">
|
||||
<entry>gearboy</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/gearboy</entry>
|
||||
<entry>~/.local/bin/gearboy</entry>
|
||||
<entry>~/bin/gearboy</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="HYPSEUS-SINGE">
|
||||
<!-- Hypseus Singe, fork of arcade LaserDisc emulator Daphne -->
|
||||
<rule type="systempath">
|
||||
|
@ -434,6 +445,17 @@
|
|||
<entry>/var/lib/flatpak/exports/bin/io.github.shiiion.primehack</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/io.github.shiiion.primehack</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PUNES">
|
||||
<!-- NES/Famicom emulator puNES -->
|
||||
<rule type="systempath">
|
||||
<entry>punes</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/punes</entry>
|
||||
<entry>~/.local/bin/punes</entry>
|
||||
<entry>~/bin/punes</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="REDREAM">
|
||||
<!-- Sega Dreamcast emulator Redream -->
|
||||
|
@ -497,6 +519,19 @@
|
|||
<entry>~/bin/publish/Ryujinx</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SAMEBOY">
|
||||
<!-- Nintendo Game Boy / Color emulator SameBoy -->
|
||||
<rule type="systempath">
|
||||
<entry>sameboy</entry>
|
||||
<entry>io.github.sameboy.SameBoy</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>/var/lib/flatpak/exports/bin/io.github.sameboy.SameBoy</entry>
|
||||
<entry>~/.local/share/flatpak/exports/bin/io.github.sameboy.SameBoy</entry>
|
||||
<entry>~/.local/bin/sameboy</entry>
|
||||
<entry>~/bin/sameboy</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SCUMMVM">
|
||||
<!-- ScummVM game engine -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -435,6 +435,7 @@
|
|||
<command label="Mednafen (Standalone)">%EMULATOR_MEDNAFEN% -force_module nes %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Famicom" %ROM%</command>
|
||||
<command label="ares FDS (Standalone)">%EMULATOR_ARES% --fullscreen --system "Famicom Disk System" %ROM%</command>
|
||||
<command label="puNES (Standalone)">%EMULATOR_PUNES% %ROM% -u yes</command>
|
||||
<platform>famicom</platform>
|
||||
<theme>famicom</theme>
|
||||
</system>
|
||||
|
@ -525,7 +526,9 @@
|
|||
<extension>.bs .BS .cgb .CGB .dmg .DMG .gb .GB .gbc .GBC .sgb .SGB .sfc .SFC .smc .SMC .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Gambatte">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gambatte_libretro.so %ROM%</command>
|
||||
<command label="SameBoy">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/sameboy_libretro.so %ROM%</command>
|
||||
<command label="SameBoy (Standalone)">%EMULATOR_SAMEBOY% -f %ROM%</command>
|
||||
<command label="Gearboy">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gearboy_libretro.so %ROM%</command>
|
||||
<command label="Gearboy (Standalone)">%EMULATOR_GEARBOY% %ROM%</command>
|
||||
<command label="TGB Dual">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/tgbdual_libretro.so %ROM%</command>
|
||||
<command label="Mesen-S">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mesen-s_libretro.so %ROM%</command>
|
||||
<command label="bsnes">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/bsnes_libretro.so %ROM%</command>
|
||||
|
@ -557,7 +560,9 @@
|
|||
<extension>.bs .BS .cgb .CGB .dmg .DMG .gb .GB .gbc .GBC .sgb .SGB .sfc .SFC .smc .SMC .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Gambatte">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gambatte_libretro.so %ROM%</command>
|
||||
<command label="SameBoy">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/sameboy_libretro.so %ROM%</command>
|
||||
<command label="Sameboy (Standalone)">%EMULATOR_SAMEBOY% -f %ROM%</command>
|
||||
<command label="Gearboy">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/gearboy_libretro.so %ROM%</command>
|
||||
<command label="Gearboy (Standalone)">%EMULATOR_GEARBOY% %ROM%</command>
|
||||
<command label="TGB Dual">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/tgbdual_libretro.so %ROM%</command>
|
||||
<command label="Mesen-S">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mesen-s_libretro.so %ROM%</command>
|
||||
<command label="bsnes">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/bsnes_libretro.so %ROM%</command>
|
||||
|
@ -1127,6 +1132,7 @@
|
|||
<extension>.p8 .P8 .png .PNG</extension>
|
||||
<command label="PICO-8 (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -run %ROM%</command>
|
||||
<command label="PICO-8 Splore (Standalone)">%EMULATOR_PICO-8% -root_path %GAMEDIR% -splore</command>
|
||||
<command label="retro8">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/retro8_libretro.so %ROM%</command>
|
||||
<platform>pico8</platform>
|
||||
<theme>pico8</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue