(Haiku) Added support for the ScummVM Game Engine (scummvm) game system

This commit is contained in:
Leon Styhre 2024-08-10 16:17:13 +02:00
parent 3adee7c863
commit 7353f04e66
2 changed files with 18 additions and 0 deletions

View file

@ -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>

View file

@ -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>