mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-27 17:02:55 -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,4 +1,4 @@
|
||||
#ifdef DEBUG
|
||||
#if DEBUG
|
||||
|
||||
#include "f_pc/f_pc_base.h"
|
||||
#include "f_pc/f_pc_debug_sv.h"
|
||||
|
||||
Reference in New Issue
Block a user