re3-wiiu/.vscode/c_cpp_properties.json

25 lines
624 B
JSON
Raw Normal View History

2020-10-09 05:19:55 +02:00
{
2021-02-01 22:54:46 +01:00
"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
}