You've already forked emulationstation-next
mirror of
https://github.com/archr-linux/emulationstation-next.git
synced 2026-07-13 03:19:12 -07:00
Add PlayStation Portable
This commit is contained in:
+17
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user