Refactor project structure and remove unnecessary files

- Deleted generated CMake files and build artifacts from the cmake-build-debug directory.
- Removed the Intellisense header - what was that???
- Cleaned up the melonDS.ini configuration (removed hard path)
This commit is contained in:
2026-03-29 00:44:16 +01:00
parent d9b7544a04
commit 561b99b710
48 changed files with 395 additions and 3546 deletions

View File

@@ -1,5 +1,9 @@
{
"files.associations": {
"array": "cpp"
}
},
"clangd.arguments": [
"--query-driver=${env:DEVKITPRO}/devkitARM/bin/arm-none-eabi-*",
"--compile-commands-dir=."
]
}