mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added Supermodel standalone as an alternative emulator for the arcade and mame systems on Windows.
This commit is contained in:
parent
8ed34e9a3e
commit
21c4f1d14e
|
@ -46,6 +46,7 @@ Emulators\redream\redream.exe
|
|||
Emulators\RPCS3\rpcs3.exe
|
||||
Emulators\ryujinx\Ryujinx.exe
|
||||
Emulators\snes9x\snes9x-x64.exe
|
||||
Emulators\Supermodel\Supermodel.exe
|
||||
Emulators\VBA-M\visualboyadvance-m.exe
|
||||
Emulators\xemu\xemu.exe
|
||||
Emulators\xenia\xenia.exe
|
||||
|
|
|
@ -315,6 +315,17 @@
|
|||
<entry>%ESPATH%\..\snes9x\snes9x-x64.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SUPERMODEL">
|
||||
<!-- Sega Model 3 emulator Supermodel -->
|
||||
<rule type="systempath">
|
||||
<entry>Supermodel.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Supermodel\Supermodel.exe</entry>
|
||||
<entry>%ESPATH%\Supermodel\Supermodel.exe</entry>
|
||||
<entry>%ESPATH%\..\Supermodel\Supermodel.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VBA-M">
|
||||
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -205,6 +205,14 @@
|
|||
<entry>%ESPATH%\..\snes9x\snes9x-x64.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SUPERMODEL">
|
||||
<!-- Sega Model 3 emulator Supermodel -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\Supermodel\Supermodel.exe</entry>
|
||||
<entry>%ESPATH%\Supermodel\Supermodel.exe</entry>
|
||||
<entry>%ESPATH%\..\Supermodel\Supermodel.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="VBA-M">
|
||||
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -122,6 +122,7 @@
|
|||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
|
||||
<command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MODEL2% %BASENAME%</command>
|
||||
<command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>arcade</theme>
|
||||
</system>
|
||||
|
@ -604,6 +605,7 @@
|
|||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %ROM%</command>
|
||||
<command label="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MODEL2% %BASENAME%</command>
|
||||
<command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% %ROM%</command>
|
||||
<platform>arcade</platform>
|
||||
<theme>mame</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue