mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 07:34:37 -04:00
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:
@@ -1,7 +1,7 @@
|
||||
#include "m_Do/m_Do_hostIO.h"
|
||||
#include <dolphin.h>
|
||||
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
|
||||
mDoHIO_root_c mDoHIO_root;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user