mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(Haiku) Added support for the ScummVM Game Engine (scummvm) game system
This commit is contained in:
parent
3adee7c863
commit
7353f04e66
|
@ -23,4 +23,13 @@
|
||||||
<entry>/boot/system/apps/PPSSPP/PPSSPP</entry>
|
<entry>/boot/system/apps/PPSSPP/PPSSPP</entry>
|
||||||
</rule>
|
</rule>
|
||||||
</emulator>
|
</emulator>
|
||||||
|
<emulator name="SCUMMVM">
|
||||||
|
<!-- ScummVM game engine -->
|
||||||
|
<rule type="systempath">
|
||||||
|
<entry>ScummVM</entry>
|
||||||
|
</rule>
|
||||||
|
<rule type="staticpath">
|
||||||
|
<entry>/boot/system/apps/ScummVM</entry>
|
||||||
|
</rule>
|
||||||
|
</emulator>
|
||||||
</ruleList>
|
</ruleList>
|
|
@ -19,4 +19,13 @@
|
||||||
<platform>psp</platform>
|
<platform>psp</platform>
|
||||||
<theme>psp</theme>
|
<theme>psp</theme>
|
||||||
</system>
|
</system>
|
||||||
|
<system>
|
||||||
|
<name>scummvm</name>
|
||||||
|
<fullname>ScummVM Game Engine</fullname>
|
||||||
|
<path>%ROMPATH%/scummvm</path>
|
||||||
|
<extension>.scummvm .SCUMMVM .svm .SVM</extension>
|
||||||
|
<command label="ScummVM (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_SCUMMVM% %BASENAME%</command>
|
||||||
|
<platform>scummvm</platform>
|
||||||
|
<theme>scummvm</theme>
|
||||||
|
</system>
|
||||||
</systemList>
|
</systemList>
|
Loading…
Reference in a new issue