mirror of https://github.com/mgba-emu/mgba.git
Core: Fix mLogGetContext ifdef
This commit is contained in:
parent
6519c4e465
commit
f17e327626
|
@ -13,7 +13,7 @@ static struct mLogger* _defaultLogger = NULL;
|
|||
|
||||
struct mLogger* mLogGetContext(void) {
|
||||
struct mLogger* logger = NULL;
|
||||
#ifndef DISABLE_LOGGING
|
||||
#ifndef DISABLE_THREADING
|
||||
logger = mCoreThreadLogger();
|
||||
#endif
|
||||
if (logger) {
|
||||
|
|
Loading…
Reference in New Issue