From 1b9aada1ae0d13e317bb1be3b9fae0097cdd12a0 Mon Sep 17 00:00:00 2001 From: k4idyn Date: Wed, 22 Jul 2026 22:53:54 -0600 Subject: [PATCH 1/2] feat(apps): add Moonlight for PSP --- apps/moonlight/moonlight-psp.json | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 apps/moonlight/moonlight-psp.json diff --git a/apps/moonlight/moonlight-psp.json b/apps/moonlight/moonlight-psp.json new file mode 100644 index 0000000..0d93d9c --- /dev/null +++ b/apps/moonlight/moonlight-psp.json @@ -0,0 +1,47 @@ +{ + "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://raw.githubusercontent.com/k4idyn/Moonlight-PSP/main/ICON0.PNG", + "screenshots": [ + "https://www.gamebrew.org/images/8/87/MoonlightPSP.png", + "https://www.gamebrew.org/images/b/b5/MoonlightPSP4.png", + "https://www.gamebrew.org/images/0/05/MoonlightPSP5.png" + ], + "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", + "handheld", + "gaming", + "moonlight", + "gamebrew" + ], + "compatibility": { + "sunshine": ">=0.1.0" + }, + "icons": [ + { + "src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/playstation.svg", + "alt": "PlayStation Portable", + "invert": true + } + ], + "downloads": [ + { + "label": "Download Latest Release on GitHub", + "url": "https://github.com/k4idyn/Moonlight-PSP/releases/latest" + } + ] +} From 487811ba88094fb65a6608adbf05282cab1472be Mon Sep 17 00:00:00 2001 From: k4idyn Date: Thu, 23 Jul 2026 08:27:19 -0600 Subject: [PATCH 2/2] style: apply maintainer review feedback for moonlight-psp.json --- apps/moonlight/moonlight-psp.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/apps/moonlight/moonlight-psp.json b/apps/moonlight/moonlight-psp.json index 0d93d9c..a6e8244 100644 --- a/apps/moonlight/moonlight-psp.json +++ b/apps/moonlight/moonlight-psp.json @@ -7,11 +7,11 @@ "platforms": [ "handheld" ], - "icon": "https://raw.githubusercontent.com/k4idyn/Moonlight-PSP/main/ICON0.PNG", + "icon": "https://github.com/moonlight-stream.png", "screenshots": [ - "https://www.gamebrew.org/images/8/87/MoonlightPSP.png", - "https://www.gamebrew.org/images/b/b5/MoonlightPSP4.png", - "https://www.gamebrew.org/images/0/05/MoonlightPSP5.png" + "https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP.png", + "https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP4.png", + "https://dlhb.gamebrew.org/psphomebrew/images/MoonlightPSP5.png" ], "links": { "github": "https://github.com/k4idyn/Moonlight-PSP", @@ -23,25 +23,22 @@ "streaming", "psp", "playstation-portable", - "handheld", - "gaming", - "moonlight", - "gamebrew" + "gaming" ], "compatibility": { "sunshine": ">=0.1.0" }, "icons": [ { - "src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/playstation.svg", + "src": "https://cdn.jsdelivr.net/npm/simple-icons@16/icons/playstationportable.svg", "alt": "PlayStation Portable", "invert": true } ], "downloads": [ { - "label": "Download Latest Release on GitHub", - "url": "https://github.com/k4idyn/Moonlight-PSP/releases/latest" + "label": "Download on GitHub", + "url": "https://github.com/k4idyn/Moonlight-PSP/releases" } ] }