Replaced the invalid SimCoupé RetroArch core with SimCoupé standalone for the samcoupe system.

This commit is contained in:
Leon Styhre 2022-07-12 20:16:43 +02:00
parent d6a9374db3
commit 1e1aae0063
8 changed files with 43 additions and 3 deletions

View file

@ -62,6 +62,7 @@ Emulators\ruffle\ruffle.exe
Emulators\ryujinx\Ryujinx.exe
Emulators\scummvm\scummvm.exe
Emulators\SheepShaver\SheepShaver.exe
Emulators\SimCoupe\SimCoupe.exe
Emulators\snes9x\snes9x-x64.exe
Emulators\solarus\solarus-run.exe
Emulators\Supermodel\Supermodel.exe

View file

@ -189,6 +189,12 @@
<entry>/Applications/Ruffle.app/Contents/MacOS/ruffle</entry>
</rule>
</emulator>
<emulator name="SIMCOUPE">
<!-- SAM Coupé emulator SimCoupé -->
<rule type="staticpath">
<entry>/Applications/SimCoupe.app/Contents/MacOS/SimCoupe</entry>
</rule>
</emulator>
<emulator name="SCUMMVM">
<!-- ScummVM game engine -->
<rule type="staticpath">

View file

@ -1150,7 +1150,7 @@
<fullname>SAM Coupé</fullname>
<path>%ROMPATH%/samcoupe</path>
<extension>.dsk .DSK .mgt .MGT .sbt .SBT .sad .SAD .7z .7Z .zip .ZIP</extension>
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/simcp_libretro.dylib %ROM%</command>
<command>%EMULATOR_SIMCOUPE% %ROM%</command>
<platform>samcoupe</platform>
<theme>samcoupe</theme>
</system>

View file

@ -428,6 +428,17 @@
<entry>~/bin/SheepShaver-x86_64.AppImage</entry>
</rule>
</emulator>
<emulator name="SIMCOUPE">
<!-- SAM Coupé emulator SimCoupé -->
<rule type="systempath">
<entry>simcoupe</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/simcoupe/simcoupe</entry>
<entry>~/.local/bin/simcoupe/simcoupe</entry>
<entry>~/bin/simcoupe/simcoupe</entry>
</rule>
</emulator>
<emulator name="SNES9X">
<!-- Super Nintendo emulator Snes9x -->
<rule type="systempath">

View file

@ -1162,7 +1162,7 @@
<fullname>SAM Coupé</fullname>
<path>%ROMPATH%/samcoupe</path>
<extension>.dsk .DSK .mgt .MGT .sbt .SBT .sad .SAD .7z .7Z .zip .ZIP</extension>
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/simcp_libretro.so %ROM%</command>
<command>%EMULATOR_SIMCOUPE% %ROM%</command>
<platform>samcoupe</platform>
<theme>samcoupe</theme>
</system>

View file

@ -476,6 +476,20 @@
<entry>%ESPATH%\..\SheepShaver\SheepShaver.exe</entry>
</rule>
</emulator>
<emulator name="SIMCOUPE">
<!-- SAM Coupé emulator SimCoupé -->
<rule type="winregistrypath">
<entry>SimCoupe.exe</entry>
</rule>
<rule type="systempath">
<entry>SimCoupe.exe</entry>
</rule>
<rule type="staticpath">
<entry>%ESPATH%\Emulators\SimCoupe\SimCoupe.exe</entry>
<entry>%ESPATH%\SimCoupe\SimCoupe.exe</entry>
<entry>%ESPATH%\..\SimCoupe\SimCoupe.exe</entry>
</rule>
</emulator>
<emulator name="SNES9X">
<!-- Super Nintendo emulator Snes9x -->
<rule type="systempath">

View file

@ -320,6 +320,14 @@
<entry>%ESPATH%\..\SheepShaver\SheepShaver.exe</entry>
</rule>
</emulator>
<emulator name="SIMCOUPE">
<!-- SAM Coupé emulator SimCoupé -->
<rule type="staticpath">
<entry>%ESPATH%\Emulators\SimCoupe\SimCoupe.exe</entry>
<entry>%ESPATH%\SimCoupe\SimCoupe.exe</entry>
<entry>%ESPATH%\..\SimCoupe\SimCoupe.exe</entry>
</rule>
</emulator>
<emulator name="SNES9X">
<!-- Super Nintendo emulator Snes9x -->
<rule type="staticpath">

View file

@ -1165,7 +1165,7 @@
<fullname>SAM Coupé</fullname>
<path>%ROMPATH%\samcoupe</path>
<extension>.dsk .DSK .mgt .MGT .sbt .SBT .sad .SAD .7z .7Z .zip .ZIP</extension>
<command>%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\simcp_libretro.dll %ROM%</command>
<command>%EMULATOR_SIMCOUPE% %ROM%</command>
<platform>samcoupe</platform>
<theme>samcoupe</theme>
</system>