2020-08-15 18:26:48 +02:00
|
|
|
{
|
|
|
|
"version": 4,
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "papermario",
|
2020-10-28 21:57:00 +01:00
|
|
|
"browse": {
|
|
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
|
|
"path": [
|
|
|
|
"${workspaceFolder}/include",
|
|
|
|
"${workspaceFolder}/src"
|
|
|
|
]
|
|
|
|
},
|
2020-08-15 18:26:48 +02:00
|
|
|
"includePath": [
|
2020-10-20 00:47:29 +02:00
|
|
|
"${workspaceFolder}/include",
|
2023-07-29 19:03:17 +02:00
|
|
|
"${workspaceFolder}/ver/pal/build/include",
|
2021-08-13 19:27:57 +02:00
|
|
|
"${workspaceFolder}/src",
|
2023-07-29 19:03:17 +02:00
|
|
|
"${workspaceFolder}/assets/pal"
|
2020-08-15 18:26:48 +02:00
|
|
|
],
|
|
|
|
"defines": [
|
|
|
|
"F3DEX_GBI_2",
|
2020-10-22 06:54:03 +02:00
|
|
|
"_LANGUAGE_C",
|
2021-08-22 23:50:10 +02:00
|
|
|
"_MIPS_SZLONG=32",
|
2023-07-03 11:35:05 +02:00
|
|
|
"VERSION=pal",
|
|
|
|
"VERSION_PAL"
|
2020-08-15 18:26:48 +02:00
|
|
|
],
|
|
|
|
"cStandard": "c89",
|
2022-07-03 08:42:28 +02:00
|
|
|
"cppStandard": "c++17",
|
2022-08-28 06:12:47 +02:00
|
|
|
"intelliSenseMode": "${default}"
|
2020-08-15 18:26:48 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|