Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions apps/moonlight/moonlight-psp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"id": "moonlight-psp",
"name": "Moonlight for PlayStation Portable (PSP)",
"tagline": "NVIDIA GameStream & Sunshine client for PlayStation Portable (PSP-1000/2000/3000/Go/E1000)",
"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.",
"category": "client",
"platforms": [
"handheld"
],
"icon": "https://github.com/moonlight-stream.png",
"screenshots": [
"https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP.png",
"https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP4.png",
"https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP5.png"
],
Comment thread
ReenigneArcher marked this conversation as resolved.
"links": {
"github": "https://github.com/k4idyn/Moonlight-PSP",
"download": "https://github.com/k4idyn/Moonlight-PSP/releases/latest",
"documentation": "https://www.gamebrew.org/wiki/Moonlight_PSP"
},
"official": false,
"tags": [
"streaming",
"psp",
"playstation-portable",
"gaming"
],
Comment thread
ReenigneArcher marked this conversation as resolved.
"compatibility": {
"sunshine": ">=0.1.0"
},
"icons": [
{
"src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/playstationportable.svg",
"alt": "PlayStation Portable",
"invert": true
}
],
"downloads": [
{
"label": "Download on GitHub",
"url": "https://github.com/k4idyn/Moonlight-PSP/releases"
}
]
Comment thread
ReenigneArcher marked this conversation as resolved.
}