Skip to content

Commit 39c8180

Browse files
committed
Add PlayStation Portable
1 parent 59c5a17 commit 39c8180

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

SYSTEMS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Requires a [Nintendo GameBoy Advance Core](http://wiki.libretro.com/index.php?ti
182182
</system>
183183
```
184184

185+
185186
## [Steam](http://store.steampowered.com)
186187

187188
1. Create a folder at `~/.emulationstation/steam`
@@ -210,3 +211,19 @@ EmulationStation where:
210211
<theme>steam</theme>
211212
</system>
212213
```
214+
215+
216+
## [PlayStation Portable](http://en.wikipedia.org/wiki/PlayStation_Portable)
217+
218+
### [PPSSPP](http://www.ppsspp.org)
219+
``` xml
220+
<system>
221+
<name>psp</name>
222+
<fullname>PlayStation Portable</fullname>
223+
<path>/path/to/roms</path>
224+
<extension>.iso</extension>
225+
<command>ppsspp --fullscreen --escape-exit "%ROM_RAW%"</command>
226+
<platform>psp</platform>
227+
<theme>psp</theme>
228+
</system>
229+
```

0 commit comments

Comments
 (0)