Initial commit

This commit is contained in:
Rafał Kołucki 2026-05-25 20:38:45 +02:00
commit 9a75f89146
10 changed files with 376 additions and 0 deletions

13
CMakePresets.json Normal file
View file

@ -0,0 +1,13 @@
{
"version": 3,
"configurePresets": [
{
"name": "3ds",
"generator": "Unix Makefiles",
"binaryDir": "build",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "$env{DEVKITPRO}/cmake/3DS.cmake"
}
}
]
}