Added Supermodel standalone as an alternative emulator for the arcade and mame systems on Windows.

This commit is contained in:
Leon Styhre 2022-05-26 16:28:43 +02:00
parent 8ed34e9a3e
commit 21c4f1d14e
4 changed files with 22 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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