Skip to content

Commit cc66c45

Browse files
authored
feat(apps): add Moonlight for PSP (PlayStation Portable) (#51)
Co-authored-by: k4idyn <k4idyn@users.noreply.github.com>
1 parent 6720ab1 commit cc66c45

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

apps/moonlight/moonlight-psp.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"id": "moonlight-psp",
3+
"name": "Moonlight for PlayStation Portable (PSP)",
4+
"tagline": "NVIDIA GameStream & Sunshine client for PlayStation Portable (PSP-1000/2000/3000/Go/E1000)",
5+
"description": "Moonlight PSP is a Moonlight-compatible game-streaming client for Sony PSP systems, designed around a custom PSP-native networking, decode, audio, input, and rendering stack. It streams H.264 video from a host PC running Sunshine or Apollo, leveraging Media Engine (ME) hardware decoding for low-latency gameplay.",
6+
"category": "client",
7+
"platforms": [
8+
"handheld"
9+
],
10+
"icon": "https://github.com/moonlight-stream.png",
11+
"screenshots": [
12+
"https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP.png",
13+
"https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP4.png",
14+
"https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP5.png"
15+
],
16+
"links": {
17+
"github": "https://github.com/k4idyn/Moonlight-PSP",
18+
"download": "https://github.com/k4idyn/Moonlight-PSP/releases/latest",
19+
"documentation": "https://www.gamebrew.org/wiki/Moonlight_PSP"
20+
},
21+
"official": false,
22+
"tags": [
23+
"streaming",
24+
"psp",
25+
"playstation-portable",
26+
"gaming"
27+
],
28+
"compatibility": {
29+
"sunshine": ">=0.1.0"
30+
},
31+
"icons": [
32+
{
33+
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/playstationportable.svg",
34+
"alt": "PlayStation Portable",
35+
"invert": true
36+
}
37+
],
38+
"downloads": [
39+
{
40+
"label": "Download on GitHub",
41+
"url": "https://github.com/k4idyn/Moonlight-PSP/releases"
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)