mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Added the MojoZork RetroArch core as the default emulator for the zmachine system on Linux, macOS and Windows
This commit is contained in:
parent
b1f98a6dd7
commit
e8f134ce01
|
@ -2264,6 +2264,7 @@
|
|||
<fullname>Infocom Z-machine</fullname>
|
||||
<path>%ROMPATH%/zmachine</path>
|
||||
<extension>.dat .DAT .z1 .Z1 .z2 .Z2 .z3 .Z3 .z4 .Z4 .z5 .Z5 .z6 .Z6 .z7 .Z7 .z8 .Z8 .zlb .ZLB .zblorb .ZBLORB</extension>
|
||||
<command label="MojoZork">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mojozork_libretro.so %ROM%</command>
|
||||
<command label="Gargoyle (Standalone)">%EMULATOR_GARGOYLE% %ROM%</command>
|
||||
<platform>zmachine</platform>
|
||||
<theme>zmachine</theme>
|
||||
|
|
|
@ -2151,6 +2151,7 @@
|
|||
<fullname>Infocom Z-machine</fullname>
|
||||
<path>%ROMPATH%/zmachine</path>
|
||||
<extension>.dat .DAT .z1 .Z1 .z2 .Z2 .z3 .Z3 .z4 .Z4 .z5 .Z5 .z6 .Z6 .z7 .Z7 .z8 .Z8 .zlb .ZLB .zblorb .ZBLORB</extension>
|
||||
<command label="MojoZork">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mojozork_libretro.dylib %ROM%</command>
|
||||
<command label="Gargoyle (Standalone)">%EMULATOR_GARGOYLE% %ROM%</command>
|
||||
<platform>zmachine</platform>
|
||||
<theme>zmachine</theme>
|
||||
|
|
|
@ -2222,6 +2222,7 @@
|
|||
<fullname>Infocom Z-machine</fullname>
|
||||
<path>%ROMPATH%/zmachine</path>
|
||||
<extension>.dat .DAT .z1 .Z1 .z2 .Z2 .z3 .Z3 .z4 .Z4 .z5 .Z5 .z6 .Z6 .z7 .Z7 .z8 .Z8 .zlb .ZLB .zblorb .ZBLORB</extension>
|
||||
<command label="MojoZork">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/mojozork_libretro.so %ROM%</command>
|
||||
<command label="Gargoyle (Standalone)">%EMULATOR_GARGOYLE% %ROM%</command>
|
||||
<platform>zmachine</platform>
|
||||
<theme>zmachine</theme>
|
||||
|
|
|
@ -2241,6 +2241,7 @@
|
|||
<fullname>Infocom Z-machine</fullname>
|
||||
<path>%ROMPATH%\zmachine</path>
|
||||
<extension>.dat .DAT .z1 .Z1 .z2 .Z2 .z3 .Z3 .z4 .Z4 .z5 .Z5 .z6 .Z6 .z7 .Z7 .z8 .Z8 .zlb .ZLB .zblorb .ZBLORB</extension>
|
||||
<command label="MojoZork">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\mojozork_libretro.dll %ROM%</command>
|
||||
<command label="Gargoyle (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_GARGOYLE% %ROM%</command>
|
||||
<platform>zmachine</platform>
|
||||
<theme>zmachine</theme>
|
||||
|
|
Loading…
Reference in a new issue