mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Add PlayStation Portable
This commit is contained in:
parent
59c5a17cba
commit
39c818030d
17
SYSTEMS.md
17
SYSTEMS.md
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue