mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
32 lines
874 B
JSON
32 lines
874 B
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
"name": "papermario",
|
|
"browse": {
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"path": [
|
|
"${workspaceFolder}/include",
|
|
"${workspaceFolder}/src"
|
|
]
|
|
},
|
|
"includePath": [
|
|
"${workspaceFolder}/include",
|
|
"${workspaceFolder}/ver/us/build/include",
|
|
"${workspaceFolder}/src",
|
|
"${workspaceFolder}/assets/us"
|
|
],
|
|
"defines": [
|
|
"F3DEX_GBI_2",
|
|
"_LANGUAGE_C",
|
|
"_MIPS_SZLONG=32",
|
|
"SCRIPT(...)={}",
|
|
"VERSION=us",
|
|
"VERSION_US"
|
|
],
|
|
"cStandard": "c89",
|
|
"cppStandard": "c++17"
|
|
}
|
|
]
|
|
}
|