mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15: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\RPCS3\rpcs3.exe
|
||||||
Emulators\ryujinx\Ryujinx.exe
|
Emulators\ryujinx\Ryujinx.exe
|
||||||
Emulators\snes9x\snes9x-x64.exe
|
Emulators\snes9x\snes9x-x64.exe
|
||||||
|
Emulators\Supermodel\Supermodel.exe
|
||||||
Emulators\VBA-M\visualboyadvance-m.exe
|
Emulators\VBA-M\visualboyadvance-m.exe
|
||||||
Emulators\xemu\xemu.exe
|
Emulators\xemu\xemu.exe
|
||||||
Emulators\xenia\xenia.exe
|
Emulators\xenia\xenia.exe
|
||||||
|
|
|
@ -315,6 +315,17 @@
|
||||||
<entry>%ESPATH%\..\snes9x\snes9x-x64.exe</entry>
|
<entry>%ESPATH%\..\snes9x\snes9x-x64.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="VBA-M">
|
||||||
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -205,6 +205,14 @@
|
||||||
<entry>%ESPATH%\..\snes9x\snes9x-x64.exe</entry>
|
<entry>%ESPATH%\..\snes9x\snes9x-x64.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="VBA-M">
|
||||||
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
<!-- Nintendo Game Boy Advance emulator VBA-M -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -122,6 +122,7 @@
|
||||||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %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="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MODEL2% %BASENAME%</command>
|
||||||
|
<command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>arcade</theme>
|
<theme>arcade</theme>
|
||||||
</system>
|
</system>
|
||||||
|
@ -604,6 +605,7 @@
|
||||||
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
<command label="Flycast">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\flycast_libretro.dll %ROM%</command>
|
||||||
<command label="Flycast (Standalone)">%EMULATOR_FLYCAST% %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="Model 2 Emulator (Standalone)">%RUNINBACKGROUND% %STARTDIR%=%EMUDIR% %EMULATOR_MODEL2% %BASENAME%</command>
|
||||||
|
<command label="Supermodel (Standalone)">%STARTDIR%=%EMUDIR% %EMULATOR_SUPERMODEL% %ROM%</command>
|
||||||
<platform>arcade</platform>
|
<platform>arcade</platform>
|
||||||
<theme>mame</theme>
|
<theme>mame</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue