wip debug / pal building, b_gm mostly done (#2285)

* b_gm mostly done

* wip debug / pal building

* fix configure.py

* fix some debug macros / flags
This commit is contained in:
TakaRikka
2025-01-16 09:37:39 -08:00
committed by GitHub
parent 6de1e50099
commit 0894b6ef34
1524 changed files with 202897 additions and 2955 deletions
+2207 -1996
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -236,7 +236,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
kytag04_class* a_this = (kytag04_class*)i_this;
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes("Kytag04", 5);
JUT_ASSERT(modelData != 0);
JUT_ASSERT(0, modelData != 0);
a_this->mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11020202);
if (a_this->mpModel != NULL) {