mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 07:05:39 +00:00
Added emulator configuration for the solarus system.
This commit is contained in:
parent
906b9caa14
commit
b8a50f43b6
|
@ -58,6 +58,7 @@ Emulators\ryujinx\Ryujinx.exe
|
|||
Emulators\scummvm\scummvm.exe
|
||||
Emulators\SheepShaver\SheepShaver.exe
|
||||
Emulators\snes9x\snes9x-x64.exe
|
||||
Emulators\solarus\solarus-run.exe
|
||||
Emulators\Supermodel\Supermodel.exe
|
||||
Emulators\VBA-M\visualboyadvance-m.exe
|
||||
Emulators\Vita3K\Vita3K.exe
|
||||
|
|
|
@ -201,6 +201,13 @@
|
|||
<entry>/Applications/Snes9x.app/Contents/MacOS/Snes9x</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SOLARUS">
|
||||
<!-- Solarus game engine -->
|
||||
<rule type="staticpath">
|
||||
<entry>/opt/homebrew/bin/solarus-run</entry>
|
||||
<entry>/usr/local/bin/solarus-run</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="STEAM">
|
||||
<!-- Valve Steam -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
@ -1271,8 +1271,8 @@
|
|||
<name>solarus</name>
|
||||
<fullname>Solarus Game Engine</fullname>
|
||||
<path>%ROMPATH%/solarus</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.solarus</extension>
|
||||
<command>%EMULATOR_SOLARUS% %ROM%</command>
|
||||
<platform>solarus</platform>
|
||||
<theme>solarus</theme>
|
||||
</system>
|
||||
|
|
|
@ -402,6 +402,13 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/com.snes9x.Snes9x</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SOLARUS">
|
||||
<!-- Solarus game engine -->
|
||||
<rule type="systempath">
|
||||
<entry>solarus-run</entry>
|
||||
<entry>solarus.run</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="STEAM">
|
||||
<!-- Valve Steam -->
|
||||
<rule type="systempath">
|
||||
|
|
|
@ -1295,8 +1295,8 @@
|
|||
<name>solarus</name>
|
||||
<fullname>Solarus Game Engine</fullname>
|
||||
<path>%ROMPATH%/solarus</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.solarus</extension>
|
||||
<command>%EMULATOR_SOLARUS% %ROM%</command>
|
||||
<platform>solarus</platform>
|
||||
<theme>solarus</theme>
|
||||
</system>
|
||||
|
|
|
@ -454,6 +454,17 @@
|
|||
<entry>%ESPATH%\..\snes9x\snes9x-x64.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SOLARUS">
|
||||
<!-- Solarus game engine -->
|
||||
<rule type="systempath">
|
||||
<entry>solarus-run.exe</entry>
|
||||
</rule>
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\solarus\solarus-run.exe</entry>
|
||||
<entry>%ESPATH%\solarus\solarus-run.exe</entry>
|
||||
<entry>%ESPATH%\..\solarus\solarus-run.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="STEAM">
|
||||
<!-- Valve Steam -->
|
||||
<rule type="winregistryvalue">
|
||||
|
|
|
@ -304,6 +304,14 @@
|
|||
<entry>%ESPATH%\..\snes9x\snes9x-x64.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="SOLARUS">
|
||||
<!-- Solarus game engine -->
|
||||
<rule type="staticpath">
|
||||
<entry>%ESPATH%\Emulators\solarus\solarus-run.exe</entry>
|
||||
<entry>%ESPATH%\solarus\solarus-run.exe</entry>
|
||||
<entry>%ESPATH%\..\solarus\solarus-run.exe</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="STEAM">
|
||||
<!-- Valve Steam -->
|
||||
<rule type="winregistryvalue">
|
||||
|
|
|
@ -1294,8 +1294,8 @@
|
|||
<name>solarus</name>
|
||||
<fullname>Solarus Game Engine</fullname>
|
||||
<path>%ROMPATH%\solarus</path>
|
||||
<extension>.7z .7Z .zip .ZIP</extension>
|
||||
<command>PLACEHOLDER %ROM%</command>
|
||||
<extension>.solarus</extension>
|
||||
<command>%STARTDIR%=%EMUDIR% %EMULATOR_SOLARUS% %ROM%</command>
|
||||
<platform>solarus</platform>
|
||||
<theme>solarus</theme>
|
||||
</system>
|
||||
|
|
Loading…
Reference in a new issue