re3-wiiu/.vscode/c_cpp_properties.json
2021-02-01 22:54:46 +01:00

25 lines
624 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${WUT_ROOT}/include",
"../librw"
],
"defines": [
"__WIIU__",
"__WUT__",
"LIBRW",
"AUDIO_OAL",
"BIGENDIAN",
"__FILENAME__=\"a\""
],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu18",
"cppStandard": "gnu++14",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}