docs(switch): document VoxelMod chords and Switch performance tips

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Andrew Quenehen
2026-08-01 15:46:35 -03:00
parent 2a038f7112
commit c987fefede
4 changed files with 109 additions and 8 deletions
+10
View File
@@ -52,11 +52,21 @@ mustContain(transfer, "If MTP is unavailable or flaky on Windows", "transfer")
local install = read("docs/switch-install.md")
local build = read("docs/switch-build.md")
mustContain(install, "switch-transfer.md", "install")
mustContain(install, "Community mods (VoxelMod)", "install")
mustContain(install, "Select + **A**", "install")
mustContain(install, "WATER", "install")
mustContain(install, "3D-BTL", "install")
mustContain(install, "PERFORMANCE", "install")
mustContain(build, "switch-transfer.md", "build")
mustContain(build, "nxlink", "build")
local development = read("docs/switch-development.md")
mustContain(development, "switch-transfer.md", "development")
mustContain(development, "VoxelMod on Switch", "development")
mustContain(development, "Suggested Switch profile", "development")
mustContain(development, "WATER", "development")
mustContain(development, "3D-BTL", "development")
mustContain(development, "Select + **L**", "development")
check(development:find("Non-macOS contributor MTP runbooks", 1, true) == nil,
"development must not list Non-macOS runbooks as absent")
check(development:find("VoxelMod (and other community mods) OLED smoke still **pending**", 1, true) == nil,