Fix Dolphin crash
This commit is contained in:
@@ -22,6 +22,7 @@ void debugPrint(const char_t *message, ...) {
|
||||
va_copy(copy, args);
|
||||
vfprintf(stdout, message, copy);
|
||||
va_end(copy);
|
||||
fflush(stdout);
|
||||
|
||||
// Append to buffer
|
||||
vsnprintf(
|
||||
|
||||
Reference in New Issue
Block a user