mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +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>
|
||||
</rule>
|
||||
</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>
|
|
@ -19,4 +19,13 @@
|
|||
<platform>psp</platform>
|
||||
<theme>psp</theme>
|
||||
</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>
|
Loading…
Reference in a new issue