(Haiku) Added support for the Sony PlayStation Portable (psp) game system

This commit is contained in:
Leon Styhre 2024-08-10 15:14:27 +02:00
parent a9956e2f07
commit 3adee7c863
2 changed files with 18 additions and 0 deletions

View file

@ -13,5 +13,14 @@
<rule type="systempath"> <rule type="systempath">
<entry>DOSBox</entry> <entry>DOSBox</entry>
</rule> </rule>
<rule type="staticpath">
<entry>/boot/system/apps/DOSBox</entry>
</rule>
</emulator>
<emulator name="PPSSPP">
<!-- Sony PlayStation Portable emulator PPSSPP -->
<rule type="staticpath">
<entry>/boot/system/apps/PPSSPP/PPSSPP</entry>
</rule>
</emulator> </emulator>
</ruleList> </ruleList>

View file

@ -10,4 +10,13 @@
<platform>dos</platform> <platform>dos</platform>
<theme>dos</theme> <theme>dos</theme>
</system> </system>
<system>
<name>psp</name>
<fullname>Sony PlayStation Portable</fullname>
<path>%ROMPATH%/psp</path>
<extension>.chd .CHD .cso .CSO .elf .ELF .iso .ISO .pbp .PBP .prx .PRX .7z .7Z .zip .ZIP</extension>
<command label="PPSSPP (Standalone)">%EMULATOR_PPSSPP% %ROM%</command>
<platform>psp</platform>
<theme>psp</theme>
</system>
</systemList> </systemList>