Debug work + some retail regalloc fixes (#2787)

* Debug work + some retail regalloc fixes

* Use AUDIO_INSTANCES in places it's missing, link d_a_e_bee

* Link m_Do_machine

* Fix clang putting other includes before the pchs

* Link some more debug TUs that already match
This commit is contained in:
LagoLunatic
2025-11-09 11:43:14 -08:00
committed by GitHub
parent cefde2a42c
commit ba7cdd4fe9
49 changed files with 480 additions and 3020 deletions
+1
View File
@@ -812,6 +812,7 @@ void mDoExt_modelTexturePatch(J3DModelData* i_modelData);
#if VERSION == VERSION_SHIELD_DEBUG
s32 mDoExt_getSafeZeldaHeapSize();
void mDoExt_addSafeZeldaHeapSize(s32);
JKRHeap* mDoExt_createHostIOHeap(u32, JKRHeap*);
#endif
struct JUTFont;
+1 -1
View File
@@ -32,7 +32,7 @@ public:
namespace mDoMch {
extern u8 mDebugFill;
extern u8 mDebugFillNotuse;
extern u8 mDebugFillNotUse;
extern u8 mDebugFillNew;
extern u8 mDebugFillDelete;