another stage of refactoring
CI / Build NRO (push) Successful in 30s
CI / Format check (push) Failing after 33s
CI / Layering check (push) Successful in 1s

This commit is contained in:
2026-05-12 09:59:43 +03:00
parent 6f8ede035f
commit 898e127c1d
45 changed files with 1982 additions and 2663 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ Logs are written to `/switch/NXST/log.log`.
**Prerequisites:** [devkitPro](https://devkitpro.org/wiki/Getting_Started) with `switch-dev` and `switch-portlibs` packages, plus `cmake ≥ 3.20`.
```bash
# Clone with submodules (Plutonium UI)
git clone --recurse-submodules https://github.com/your-username/NXST.git
# Clone (Plutonium UI fetched automatically by CMake)
git clone https://github.com/your-username/NXST.git
cd NXST
# Configure (once)