Wii: Log in a way that Dolphin picks up

This commit is contained in:
Vicki Pfau 2020-08-03 15:58:21 -07:00
parent 1950780999
commit 12aa775316
1 changed files with 3 additions and 0 deletions

View File

@ -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) {