mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
(Windows) Added Demul as an alternative emulator for the atomiswave, consolearcade, dreamcast, naomi and naomi2 systems
This commit is contained in:
parent
529f3c7021
commit
1808c74b27
|
@ -56,6 +56,7 @@ Emulators\Citra\nightly-mingw\citra-qt.exe
|
|||
Emulators\cpcemu\cpcemu.exe
|
||||
Emulators\CSpect\CSpect.exe
|
||||
Emulators\Cxbx-Reloaded\cxbx.exe
|
||||
Emulators\demul\demul.exe
|
||||
Emulators\Dolphin-x64\Dolphin.exe
|
||||
Emulators\dosbox-staging\dosbox.exe
|
||||
Emulators\DOSBox-X\dosbox-x.exe
|
||||
|
|
|
@ -189,6 +189,16 @@
|
|||
<entry>%ESPATH%\..\Emulators\Cxbx-Reloaded\cxbx.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="DEMUL">
|
||||
<!-- Sega Dreamcast emulator Demul -->
|
||||
<rule type="systempath">
|
||||
<entry>demul.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\demul\demul.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\demul\demul.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="DOLPHIN">
|
||||
<!-- Nintendo GameCube and Wii emulator Dolphin -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -121,6 +121,13 @@
|
|||
<entry>%ESPATH%\..\Emulators\Cxbx-Reloaded\cxbx.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="DEMUL">
|
||||
<!-- Sega Dreamcast emulator Demul -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\demul\demul.exe</entry>
|
||||
<entry>%ESPATH%\..\Emulators\demul\demul.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="DOLPHIN">
|
||||
<!-- Nintendo GameCube and Wii emulator Dolphin -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -281,6 +281,7 @@
|
|||
<extension>.bin .BIN .dat .DAT .elf .ELF .lst .LST .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
|
||||
<command label="Demul (Standalone)">%EMULATOR_DEMUL% -run=awave -rom=%BASENAME%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>atomiswave</theme>
|
||||
</system>
|
||||
|
@ -386,6 +387,7 @@
|
|||
<command label="MAME (Standalone)">%HIDEWINDOW% %STARTDIR%=%EMUDIR% %EMULATOR_MAME% -rompath %GAMEDIR%\;%ROMPATH%\consolearcade %BASENAME%</command>
|
||||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
|
||||
<command label="Demul [Sega Naomi] (Standalone)">%EMULATOR_DEMUL% -run=naomi -rom=%BASENAME%</command>
|
||||
<command label="Kronos">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\kronos_libretro.dll %ROM%</command>
|
||||
<command label="Mednafen [Sega Saturn] (Standalone)">%EMULATOR_MEDNAFEN% -force_module ss %ROM%</command>
|
||||
<command label="Play! (Standalone)">%EMULATOR_PLAY!% --disc %ROM%</command>
|
||||
|
@ -543,6 +545,7 @@
|
|||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
|
||||
<command label="Redream (Standalone)">%EMULATOR_REDREAM% %ROM%</command>
|
||||
<command label="Demul (Standalone)">%EMULATOR_DEMUL% -run=dc -image=%ROM%</command>
|
||||
<platform>dreamcast</platform>
|
||||
<theme>dreamcast</theme>
|
||||
</system>
|
||||
|
@ -1202,6 +1205,7 @@
|
|||
<extension>.bin .BIN .dat .DAT .elf .ELF .lst .LST .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
|
||||
<command label="Demul (Standalone)">%EMULATOR_DEMUL% -run=naomi -rom=%BASENAME%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>naomi</theme>
|
||||
</system>
|
||||
|
@ -1212,6 +1216,7 @@
|
|||
<extension>.bin .BIN .dat .DAT .elf .ELF .lst .LST .7z .7Z .zip .ZIP</extension>
|
||||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
|
||||
<command label="Demul (Standalone)">%EMULATOR_DEMUL% -run=naomi -rom=%BASENAME%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>naomi2</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue