Merge origin/dev (v0.1.74) into feat/switch-ota-unified-launcher.

Keep Switch version chip alongside upstream's new quit button in the launcher header.
This commit is contained in:
Andrew Quenehen
2026-08-06 09:28:26 -03:00
115 changed files with 10474 additions and 2013 deletions
+1
View File
@@ -528,6 +528,7 @@ def cmd_scaffold(args, repo):
DRIVER_TEMPLATE = """-- generated by tools/modkit.py; drives the real loader headlessly
package.path = "./?.lua;./?/init.lua;" .. package.path
love = require("tests.love_stub")
local data = %s
local FILES = %s
local overlay = {}