finish refactor, add docs and CI
CI / Build NRO (push) Waiting to run
CI / Format check (push) Failing after 50s
CI / Layering check (push) Successful in 3s
CI / Upload release asset (push) Has been cancelled

This commit is contained in:
2026-04-27 01:49:41 +03:00
parent dc65a4c8a9
commit 22a5bcf4c4
10 changed files with 585 additions and 207 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"version": 6,
"configurePresets": [
{
"name": "switch",
"displayName": "Nintendo Switch",
"toolchainFile": "$env{DEVKITPRO}/cmake/Switch.cmake",
"binaryDir": "${sourceDir}/build"
}
],
"buildPresets": [
{
"name": "switch",
"configurePreset": "switch"
}
]
}