Add PlayStation Portable

This commit is contained in:
Rob Loach 2015-01-02 11:23:02 -05:00
parent 59c5a17cba
commit 39c818030d

View file

@ -182,6 +182,7 @@ Requires a [Nintendo GameBoy Advance Core](http://wiki.libretro.com/index.php?ti
</system>
```
## [Steam](http://store.steampowered.com)
1. Create a folder at `~/.emulationstation/steam`
@ -210,3 +211,19 @@ EmulationStation where:
<theme>steam</theme>
</system>
```
## [PlayStation Portable](http://en.wikipedia.org/wiki/PlayStation_Portable)
### [PPSSPP](http://www.ppsspp.org)
``` xml
<system>
<name>psp</name>
<fullname>PlayStation Portable</fullname>
<path>/path/to/roms</path>
<extension>.iso</extension>
<command>ppsspp --fullscreen --escape-exit "%ROM_RAW%"</command>
<platform>psp</platform>
<theme>psp</theme>
</system>
```