mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-04-29 14:59:26 -04:00
Logging: Fix typo in preprocessor constant name
This commit is contained in:
parent
8ce3f834c4
commit
040cc27a40
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue