mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
(macOS) Added the Mupen64Plus-Next RetroArch core as the default emulator for the n64 and n64dd systems
Also removed the ParaLLEl N64 RetroArch core for the n64 and n64dd systems on macOS
This commit is contained in:
parent
7c0c388e22
commit
e6aaced60a
|
@ -995,7 +995,7 @@
|
|||
<fullname>Nintendo 64</fullname>
|
||||
<path>%ROMPATH%/n64</path>
|
||||
<extension>.bin .BIN .d64 .D64 .n64 .N64 .ndd .NDD .u1 .U1 .v64 .V64 .z64 .Z64 .7z .7Z .zip .ZIP</extension>
|
||||
<command label="ParaLLEl N64">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/parallel_n64_libretro.dylib %ROM%</command>
|
||||
<command label="Mupen64Plus-Next">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mupen64plus_next_libretro.dylib %ROM%</command>
|
||||
<command label="Mupen64Plus (Standalone)">%EMULATOR_MUPEN64PLUS% %ROM%</command>
|
||||
<command label="ares (Standalone)">%EMULATOR_ARES% --fullscreen --system "Nintendo 64" %ROM%</command>
|
||||
<command label="sixtyforce (Standalone)">%EMULATOR_SIXTYFORCE% %ROM%</command>
|
||||
|
@ -1007,7 +1007,7 @@
|
|||
<fullname>Nintendo 64DD</fullname>
|
||||
<path>%ROMPATH%/n64dd</path>
|
||||
<extension>.bin .BIN .d64 .D64 .n64 .N64 .ndd .NDD .u1 .U1 .v64 .V64 .z64 .Z64 .7z .7Z .zip .ZIP</extension>
|
||||
<command label="ParaLLEl N64">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/parallel_n64_libretro.dylib %ROM%</command>
|
||||
<command label="Mupen64Plus-Next">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mupen64plus_next_libretro.dylib %ROM%</command>
|
||||
<platform>n64</platform>
|
||||
<theme>n64dd</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue