Added the MojoZork RetroArch core as the default emulator for the zmachine system on Linux, macOS and Windows

This commit is contained in:
Leon Styhre 2024-05-25 13:10:12 +02:00
parent b1f98a6dd7
commit e8f134ce01
4 changed files with 4 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>