Various debug conditional compilation cleanup (#2915)

* Global: Define DEBUG as 0 if not already defined

* Clean up DEBUG-guarded code
This commit is contained in:
Max Roncace
2025-12-06 16:34:47 -05:00
committed by GitHub
parent 9f1a648851
commit a30e617e5a
316 changed files with 1133 additions and 1267 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
#include "f_op/f_op_camera_mng.h"
#include "Z2AudioLib/Z2Instances.h"
#ifdef DEBUG
#if DEBUG
#include "d/d_debug_viewer.h"
#endif
@@ -79,7 +79,7 @@ static int daObj_Toby_Draw(obj_toby_class* i_this) {
}
}
#ifdef DEBUG
#if DEBUG
if (mDoCPd_c::getHoldY(PAD_2)) {
GXColor local_104;
local_104.r = 100;