mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-25 18:46:55 +01:00
Logging: Fix typo in preprocessor constant name
This commit is contained in:
parent
8ce3f834c4
commit
040cc27a40
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// printf-style macros that are only active in non-release builds
|
// printf-style macros that are only active in non-release builds
|
||||||
|
|
||||||
#ifndef CEMU_DEBUG_ASSERTS
|
#ifndef CEMU_DEBUG_ASSERT
|
||||||
#define debug_printf(...)
|
#define debug_printf(...)
|
||||||
static void debugBreakpoint() { }
|
static void debugBreakpoint() { }
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user