mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 08:21:02 +02:00
docs(switch): document VoxelMod chords and Switch performance tips
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user