mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
(Linux) Added Rosalie's Mupen GUI standalone as an alternative emulator for the n64 system.
This commit is contained in:
parent
98a15047cd
commit
4610e91bd7
|
@ -421,6 +421,17 @@
|
||||||
<entry>~/bin/redream/redream</entry>
|
<entry>~/bin/redream/redream</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="ROSALIES-MUPEN-GUI">
|
||||||
|
<!-- Nintendo 64 emulator Rosalie's Mupen GUI -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>RMG</entry>
|
||||||
|
<entry>com.github.Rosalie241.RMG</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/var/lib/flatpak/exports/bin/com.github.Rosalie241.RMG</entry>
|
||||||
|
<entry>~/.local/share/flatpak/exports/bin/com.github.Rosalie241.RMG</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="RPCS3">
|
<emulator name="RPCS3">
|
||||||
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -882,6 +882,7 @@
|
||||||
<command label="Mupen64Plus (Standalone)">%EMULATOR_MUPEN64PLUS% --nogui %ROM%</command>
|
<command label="Mupen64Plus (Standalone)">%EMULATOR_MUPEN64PLUS% --nogui %ROM%</command>
|
||||||
<command label="ParaLLEl N64">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/parallel_n64_libretro.so %ROM%</command>
|
<command label="ParaLLEl N64">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/parallel_n64_libretro.so %ROM%</command>
|
||||||
<command label="simple64 (Standalone)">%EMULATOR_SIMPLE64% --nogui %ROM%</command>
|
<command label="simple64 (Standalone)">%EMULATOR_SIMPLE64% --nogui %ROM%</command>
|
||||||
|
<command label="Rosalie's Mupen GUI (Standalone)">%EMULATOR_ROSALIES-MUPEN-GUI% %ROM%</command>
|
||||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Nintendo 64" %ROM%</command>
|
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Nintendo 64" %ROM%</command>
|
||||||
<platform>n64</platform>
|
<platform>n64</platform>
|
||||||
<theme>n64</theme>
|
<theme>n64</theme>
|
||||||
|
|
Loading…
Reference in a new issue