Skip to content

Commit

Permalink
Remove DEBUG define for release
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Jan 2, 2022
1 parent 7f4180e commit 4d8d6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mgba.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define REG_DEBUG_FLAGS (vu16*) 0x4FFF700
#define REG_DEBUG_STRING (char*) 0x4FFF600

#define DEBUG
//#define DEBUG

void mgba_printf(int level, const char* ptr, ...) {
#ifdef DEBUG
Expand Down

0 comments on commit 4d8d6ae

Please sign in to comment.