mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Windows) Added Project64 as an alternative emulator for the n64 system.
This commit is contained in:
parent
78712b6066
commit
82deae61bb
|
@ -59,6 +59,7 @@ Emulators\PICO-8\pico8.exe
|
|||
Emulators\Play\Play.exe
|
||||
Emulators\PPSSPP\PPSSPPWindows64.exe
|
||||
Emulators\PrimeHack\Dolphin.exe
|
||||
Emulators\Project64\Project64.exe
|
||||
Emulators\redream\redream.exe
|
||||
Emulators\RPCS3\rpcs3.exe
|
||||
Emulators\ruffle\ruffle.exe
|
||||
|
|
|
@ -432,6 +432,17 @@
|
|||
<entry>%ESPATH%\..\PrimeHack\Dolphin.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PROJECT64">
|
||||
<!-- Nintendo 64 emulator Project64 -->
|
||||
<rule type="systempath">
|
||||
<entry>Project64.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Project64\Project64.exe</entry>
|
||||
<entry>%ESPATH%\Project64\Project64.exe</entry>
|
||||
<entry>%ESPATH%\..\Project64\Project64.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="REDREAM">
|
||||
<!-- Sega Dreamcast emulator Redream -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -288,6 +288,14 @@
|
|||
<entry>%ESPATH%\..\PrimeHack\Dolphin.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="PROJECT64">
|
||||
<!-- Nintendo 64 emulator Project64 -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Project64\Project64.exe</entry>
|
||||
<entry>%ESPATH%\Project64\Project64.exe</entry>
|
||||
<entry>%ESPATH%\..\Project64\Project64.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="REDREAM">
|
||||
<!-- Sega Dreamcast emulator Redream -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -882,6 +882,7 @@
|
|||
<command label="Mupen64Plus-Next">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mupen64plus_next_libretro.dll %ROM%</command>
|
||||
<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="Project64 (Standalone)">%EMULATOR_PROJECT64% %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Nintendo 64" %ROM%</command>
|
||||
<platform>n64</platform>
|
||||
<theme>n64</theme>
|
||||
|
|
Loading…
Reference in a new issue