Fix Dolphin crash

This commit is contained in:
2026-03-11 07:27:06 -05:00
parent 9b87dfa1a9
commit 5bd43a4643
9 changed files with 27 additions and 8 deletions

View File

@@ -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(