mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Replaced the invalid SimCoupé RetroArch core with SimCoupé standalone for the samcoupe system.
This commit is contained in:
parent
d6a9374db3
commit
1e1aae0063
|
@ -62,6 +62,7 @@ Emulators\ruffle\ruffle.exe
|
||||||
Emulators\ryujinx\Ryujinx.exe
|
Emulators\ryujinx\Ryujinx.exe
|
||||||
Emulators\scummvm\scummvm.exe
|
Emulators\scummvm\scummvm.exe
|
||||||
Emulators\SheepShaver\SheepShaver.exe
|
Emulators\SheepShaver\SheepShaver.exe
|
||||||
|
Emulators\SimCoupe\SimCoupe.exe
|
||||||
Emulators\snes9x\snes9x-x64.exe
|
Emulators\snes9x\snes9x-x64.exe
|
||||||
Emulators\solarus\solarus-run.exe
|
Emulators\solarus\solarus-run.exe
|
||||||
Emulators\Supermodel\Supermodel.exe
|
Emulators\Supermodel\Supermodel.exe
|
||||||
|
|
|
@ -189,6 +189,12 @@
|
||||||
<entry>/Applications/Ruffle.app/Contents/MacOS/ruffle</entry>
|
<entry>/Applications/Ruffle.app/Contents/MacOS/ruffle</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="SIMCOUPE">
|
||||||
|
<!-- SAM Coupé emulator SimCoupé -->
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/Applications/SimCoupe.app/Contents/MacOS/SimCoupe</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
<emulator name="SCUMMVM">
|
<emulator name="SCUMMVM">
|
||||||
<!-- ScummVM game engine -->
|
<!-- ScummVM game engine -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -1150,7 +1150,7 @@
|
||||||
<fullname>SAM Coupé</fullname>
|
<fullname>SAM Coupé</fullname>
|
||||||
<path>%ROMPATH%/samcoupe</path>
|
<path>%ROMPATH%/samcoupe</path>
|
||||||
<extension>.dsk .DSK .mgt .MGT .sbt .SBT .sad .SAD .7z .7Z .zip .ZIP</extension>
|
<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>
|
<platform>samcoupe</platform>
|
||||||
<theme>samcoupe</theme>
|
<theme>samcoupe</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -428,6 +428,17 @@
|
||||||
<entry>~/bin/SheepShaver-x86_64.AppImage</entry>
|
<entry>~/bin/SheepShaver-x86_64.AppImage</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="SNES9X">
|
||||||
<!-- Super Nintendo emulator Snes9x -->
|
<!-- Super Nintendo emulator Snes9x -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -1162,7 +1162,7 @@
|
||||||
<fullname>SAM Coupé</fullname>
|
<fullname>SAM Coupé</fullname>
|
||||||
<path>%ROMPATH%/samcoupe</path>
|
<path>%ROMPATH%/samcoupe</path>
|
||||||
<extension>.dsk .DSK .mgt .MGT .sbt .SBT .sad .SAD .7z .7Z .zip .ZIP</extension>
|
<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>
|
<platform>samcoupe</platform>
|
||||||
<theme>samcoupe</theme>
|
<theme>samcoupe</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
|
@ -476,6 +476,20 @@
|
||||||
<entry>%ESPATH%\..\SheepShaver\SheepShaver.exe</entry>
|
<entry>%ESPATH%\..\SheepShaver\SheepShaver.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="SNES9X">
|
||||||
<!-- Super Nintendo emulator Snes9x -->
|
<!-- Super Nintendo emulator Snes9x -->
|
||||||
<rule type="systempath">
|
<rule type="systempath">
|
||||||
|
|
|
@ -320,6 +320,14 @@
|
||||||
<entry>%ESPATH%\..\SheepShaver\SheepShaver.exe</entry>
|
<entry>%ESPATH%\..\SheepShaver\SheepShaver.exe</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</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">
|
<emulator name="SNES9X">
|
||||||
<!-- Super Nintendo emulator Snes9x -->
|
<!-- Super Nintendo emulator Snes9x -->
|
||||||
<rule type="staticpath">
|
<rule type="staticpath">
|
||||||
|
|
|
@ -1165,7 +1165,7 @@
|
||||||
<fullname>SAM Coupé</fullname>
|
<fullname>SAM Coupé</fullname>
|
||||||
<path>%ROMPATH%\samcoupe</path>
|
<path>%ROMPATH%\samcoupe</path>
|
||||||
<extension>.dsk .DSK .mgt .MGT .sbt .SBT .sad .SAD .7z .7Z .zip .ZIP</extension>
|
<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>
|
<platform>samcoupe</platform>
|
||||||
<theme>samcoupe</theme>
|
<theme>samcoupe</theme>
|
||||||
</system>
|
</system>
|
||||||
|
|
Loading…
Reference in a new issue