diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-02-04 11:55:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-04 06:55:04 -0500 |
| commit | c028db03b47f8b38bc2a1b87569fd7fae0ea9067 (patch) | |
| tree | 99007ef3e69f69b4e6924ba54468adda49461565 /docs | |
| parent | 6c06168e7212616ea08460d487a4b99e89a34108 (diff) | |
Finish matching ique-cn (#2451)
* git subrepo clone git@github.com:Thar0/com-plugin.git tools/com-plugin
subrepo:
subdir: "tools/com-plugin"
merged: "e8543312d"
upstream:
origin: "git@github.com:Thar0/com-plugin.git"
branch: "main"
commit: "e8543312d"
git-subrepo:
version: "0.4.6"
origin: "https://github.com/ingydotnet/git-subrepo"
commit: "110b9eb"
* ique-cn OK
* Review suggestions
* Most suggestions
* git subrepo pull tools/com-plugin
subrepo:
subdir: "tools/com-plugin"
merged: "81595ed1c"
upstream:
origin: "git@github.com:Thar0/com-plugin.git"
branch: "main"
commit: "81595ed1c"
git-subrepo:
version: "0.4.6"
origin: "https://github.com/ingydotnet/git-subrepo"
commit: "110b9eb"
* Fix other versions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/c_cpp_properties.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/c_cpp_properties.json b/docs/c_cpp_properties.json index c3e94325c..276e67bd1 100644 --- a/docs/c_cpp_properties.json +++ b/docs/c_cpp_properties.json @@ -19,6 +19,7 @@ "OOT_REGION=REGION_JP", "PLATFORM_N64=1", "PLATFORM_GC=0", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=0", "NDEBUG", "F3DEX_GBI_2" @@ -44,6 +45,7 @@ "OOT_REGION=REGION_JP", "PLATFORM_N64=0", "PLATFORM_GC=1", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=0", "NDEBUG", "F3DEX_GBI_2", @@ -71,6 +73,7 @@ "OOT_REGION=REGION_JP", "PLATFORM_N64=0", "PLATFORM_GC=1", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=0", "NDEBUG", "F3DEX_GBI_2", @@ -98,6 +101,7 @@ "OOT_REGION=REGION_US", "PLATFORM_N64=0", "PLATFORM_GC=1", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=0", "NDEBUG", "F3DEX_GBI_2", @@ -125,6 +129,7 @@ "OOT_REGION=REGION_US", "PLATFORM_N64=0", "PLATFORM_GC=1", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=0", "NDEBUG", "F3DEX_GBI_2", @@ -152,6 +157,7 @@ "OOT_REGION=REGION_EU", "PLATFORM_N64=0", "PLATFORM_GC=1", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=1", "F3DEX_GBI_2", "F3DEX_GBI_PL", @@ -179,6 +185,7 @@ "OOT_REGION=REGION_EU", "PLATFORM_N64=0", "PLATFORM_GC=1", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=0", "NDEBUG", "F3DEX_GBI_2", @@ -206,6 +213,7 @@ "OOT_REGION=REGION_EU", "PLATFORM_N64=0", "PLATFORM_GC=1", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=0", "NDEBUG", "F3DEX_GBI_2", @@ -233,6 +241,7 @@ "OOT_REGION=REGION_JP", "PLATFORM_N64=0", "PLATFORM_GC=1", + "PLATFORM_IQUE=0", "DEBUG_FEATURES=0", "NDEBUG", "F3DEX_GBI_2", @@ -241,6 +250,35 @@ ], "cStandard": "gnu89" }, + { + "name": "oot-ique-cn", + "compilerArgs": [ + "-m32" + ], + "includePath": [ + "include", + "include/libc", + "src", + "build/ique-cn", + ".", + "extracted/ique-cn" + ], + "defines": [ + "_LANGUAGE_C", + "OOT_VERSION=IQUE_CN", + "OOT_REGION=REGION_US", + "PLATFORM_N64=0", + "PLATFORM_GC=0", + "PLATFORM_IQUE=1", + "BBPLAYER", + "DEBUG_FEATURES=0", + "NDEBUG", + "F3DEX_GBI_2", + "F3DEX_GBI_PL", + "GBI_DOWHILE" + ], + "cStandard": "gnu89" + } ], "version": 4 } |
