mirror of https://github.com/zeldaret/mm.git
Update vscode doc (#1734)
This commit is contained in:
parent
e3a535d3d0
commit
961899ca91
|
@ -49,8 +49,9 @@ You can create a `.vscode/c_cpp_properties.json` file with `C/C++: Edit Configur
|
||||||
"include",
|
"include",
|
||||||
"include/libc",
|
"include/libc",
|
||||||
"src",
|
"src",
|
||||||
"build/n64-us/",
|
"build/n64-us",
|
||||||
"${workspaceFolder}"
|
"${workspaceFolder}",
|
||||||
|
"extracted/n64-us"
|
||||||
],
|
],
|
||||||
"defines": [
|
"defines": [
|
||||||
"_LANGUAGE_C" // For gbi.h
|
"_LANGUAGE_C" // For gbi.h
|
||||||
|
|
Loading…
Reference in New Issue