Skip to content

Commit 8256e1e

Browse files
authored
Project Restructured, All Dolphin SDK added
Project Restructured, All Dolphin SDK added
2 parents 2290de5 + 99aa428 commit 8256e1e

File tree

584 files changed

+71458
-6649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

584 files changed

+71458
-6649
lines changed

.vscode/c_cpp_properties.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
"includePath": [
66
"${workspaceFolder}/include",
77
"${workspaceFolder}/include/bink",
8-
"${workspaceFolder}/include/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include",
9-
"${workspaceFolder}/include/PowerPC_EABI_Support/MSL/MSL_C++/MSL_Common/Include",
8+
"${workspaceFolder}/src/PowerPC_EABI_Support/include",
9+
"${workspaceFolder}/src/PowerPC_EABI_Support/include/PowerPC_EABI_Support/MSL_C/MSL_Common",
10+
"${workspaceFolder}/src/PowerPC_EABI_Support/include/PowerPC_EABI_Support/MSL_C++",
1011
"${workspaceFolder}/include/inline",
12+
"${workspaceFolder}/src/dolphin/include",
13+
"${workspaceFolder}/src/dolphin/src",
1114
"${workspaceFolder}/include/rwsdk",
1215
"${workspaceFolder}/src/SB/Core/gc",
1316
"${workspaceFolder}/src/SB/Core/x",

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
"*.inc": "c",
1919
".clangd": "yaml",
2020
"cstring": "cpp",
21-
"cmath": "cpp"
21+
"cmath": "cpp",
22+
"__gx.h": "c",
23+
"gxenum.h": "c",
24+
"gxmanage.h": "c",
25+
"__ax.h": "c"
2226
},
2327
// Disable C/C++ IntelliSense, use clangd instead
2428
"C_Cpp.intelliSenseEngine": "default",

0 commit comments

Comments
 (0)