mirror of https://github.com/mgba-emu/mgba.git
Wii: Log in a way that Dolphin picks up
This commit is contained in:
parent
1950780999
commit
12aa775316
|
@ -287,6 +287,9 @@ static void _log(struct mLogger* logger, int category, enum mLogLevel level, con
|
|||
guiLogger->vf = NULL;
|
||||
}
|
||||
}
|
||||
#ifdef GEKKO
|
||||
puts(log2);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void _updateLoading(size_t read, size_t size, void* context) {
|
||||
|
|
Loading…
Reference in New Issue