mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Haiku) Added support for the Sony PlayStation Portable (psp) game system
This commit is contained in:
parent
a9956e2f07
commit
3adee7c863
|
@ -13,5 +13,14 @@
|
|||
<rule type="systempath">
|
||||
<entry>DOSBox</entry>
|
||||
</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>
|
||||
</ruleList>
|
|
@ -10,4 +10,13 @@
|
|||
<platform>dos</platform>
|
||||
<theme>dos</theme>
|
||||
</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>
|
Loading…
Reference in a new issue