Add launcher-styled framebuffer UI for Switch OTA prompts.

Replace the console flash with a quiet branded screen (RGB rail, logo, A/B buttons) that only appears when an update needs confirm.
This commit is contained in:
Andrew Quenehen
2026-08-05 02:03:51 -03:00
parent cafa6f3d61
commit 4dd4c5c463
12 changed files with 8644 additions and 168 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ On Switch, over-the-air updates are handled by the **native OTA launcher**
`gen1recomp.nro` (so the NACP version matches the release for hbmenu /
Sphaira), then hand off via `envSetNextLoad`. When you are already up to
date (or offline), the launcher stays quiet and opens the game with no
console flash. Saves under `pokemon-love2d/` are never touched. Protocol
UI. When an update is available it shows a short screen in the same visual
language as the in-game launcher (black field, RGB rail, logo, A/B buttons).
Saves under `pokemon-love2d/` are never touched. Protocol
contract: `src/update/SwitchOta.lua`.
The LÖVE self-updater stays **disabled** on NX (`networkValidated == false`).