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:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"array": "cpp"
|
||||
}
|
||||
},
|
||||
"clangd.arguments": [
|
||||
"--query-driver=${env:DEVKITPRO}/devkitARM/bin/arm-none-eabi-*",
|
||||
"--compile-commands-dir=."
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user