Logging: Fix typo in preprocessor constant name

This commit is contained in:
Exzap 2023-03-12 08:35:25 +01:00
parent 8ce3f834c4
commit 040cc27a40

View file

@ -2,7 +2,7 @@
// printf-style macros that are only active in non-release builds
#ifndef CEMU_DEBUG_ASSERTS
#ifndef CEMU_DEBUG_ASSERT
#define debug_printf(...)
static void debugBreakpoint() { }
#else