We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c5a17 commit 39c8180Copy full SHA for 39c8180
1 file changed
SYSTEMS.md
@@ -182,6 +182,7 @@ Requires a [Nintendo GameBoy Advance Core](http://wiki.libretro.com/index.php?ti
182
</system>
183
```
184
185
+
186
## [Steam](http://store.steampowered.com)
187
188
1. Create a folder at `~/.emulationstation/steam`
@@ -210,3 +211,19 @@ EmulationStation where:
210
211
<theme>steam</theme>
212
213
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