SMS-GCI-Loader/.vscode/c_cpp_properties.json

26 lines
830 B
JSON
Raw Permalink Normal View History

2022-11-13 08:36:34 +09:00
{
"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": ""
2022-11-27 06:38:23 +09:00
},
"cStandard": "c99",
"configurationProvider": "ms-vscode.makefile-tools",
"defines": [
"VERSION=2"
]
2022-11-13 08:36:34 +09:00
}
],
"version": 4
}