mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 04:35:17 +00:00
Fix DEBUGLOG check
This commit is contained in:
parent
8bddc5622c
commit
0657047d9c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ bool Logger::pingSocket() {
|
|||
|
||||
void tryInitSocket() {
|
||||
__asm("STR X20, [X8,#0x18]");
|
||||
#if DEBUGLOG
|
||||
#ifdef DEBUGLOG
|
||||
Logger::createInstance(); // creates a static instance for debug logger
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue