Skip to content

Commit

Permalink
Add PlayStation Portable
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Jan 2, 2015
1 parent 59c5a17 commit 39c8180
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SYSTEMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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>
```

0 comments on commit 39c8180

Please sign in to comment.