mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Windows) Added Rosalie's Mupen GUI as an alternative emulator for the n64 system.
This commit is contained in:
parent
b7a17516ed
commit
218d64da95
|
@ -64,6 +64,7 @@ Emulators\PPSSPP\PPSSPPWindows64.exe
|
|||
Emulators\PrimeHack\Dolphin.exe
|
||||
Emulators\Project64\Project64.exe
|
||||
Emulators\redream\redream.exe
|
||||
Emulators\RMG\RMG.exe
|
||||
Emulators\RPCS3\rpcs3.exe
|
||||
Emulators\ruffle\ruffle.exe
|
||||
Emulators\ryujinx\Ryujinx.exe
|
||||
|
|
|
@ -480,6 +480,18 @@
|
|||
<entry>%ESPATH%\..\redream\redream.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ROSALIES-MUPEN-GUI">
|
||||
<!-- Nintendo 64 emulator Rosalie's Mupen GUI -->
|
||||
<rule type="systempath">
|
||||
<entry>RMG.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>~\AppData\Local\Programs\Rosalie's Mupen GUI\RMG.exe</entry>
|
||||
<entry>%ESPATH%\Emulators\RMG\RMG.exe</entry>
|
||||
<entry>%ESPATH%\RMG\RMG.exe</entry>
|
||||
<entry>%ESPATH%\..\RMG\RMG.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="RPCS3">
|
||||
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -323,6 +323,14 @@
|
|||
<entry>%ESPATH%\..\redream\redream.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="ROSALIES-MUPEN-GUI">
|
||||
<!-- Nintendo 64 emulator Rosalie's Mupen GUI -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\RMG\RMG.exe</entry>
|
||||
<entry>%ESPATH%\RMG\RMG.exe</entry>
|
||||
<entry>%ESPATH%\..\RMG\RMG.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="RPCS3">
|
||||
<!-- Sony PlayStation 3 emulator RPCS3 -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -898,6 +898,7 @@
|
|||
<command label="Mupen64Plus (Standalone)">%EMULATOR_MUPEN64PLUS% --fullscreen %ROM%</command>
|
||||
<command label="ParaLLEl N64">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\parallel_n64_libretro.dll %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="Project64 (Standalone)">%EMULATOR_PROJECT64% %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Nintendo 64" %ROM%</command>
|
||||
<platform>n64</platform>
|
||||
|
|
Loading…
Reference in a new issue