SMS-GCI-Loader/.vscode/c_cpp_properties.json
Matteias Collet 455384c501
wip cleanup
2022-11-27 01:55:07 +00:00

26 lines
No EOL
830 B
JSON

{
"configurations": [
{
"name": "Linux",
"compilerPath": "${DEVKITPPC}/bin/powerpc-eabi-cpp",
"includePath": [
"${workspaceFolder}/include/**",
"${DEVKITPPC}/include/**",
"${DEVKITPRO}/portlibs/wii/include/**",
"${DEVKITPRO}/portlibs/ppc/include/**",
"${DEVKITPRO}/libogc/include/**",
"${DEVKITPPC}/lib/gcc/powerpc-eabi/11.1.0/include/**"
],
"browse": {
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
},
"cStandard": "c99",
"configurationProvider": "ms-vscode.makefile-tools",
"defines": [
"VERSION=2"
]
}
],
"version": 4
}