mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix newlines in logging before the manager is initialized.
This commit is contained in:
parent
80aa527f1a
commit
c5147c01a0
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char
|
|||
} else {
|
||||
// Fall back to printf if we're before the log manager has been initialized.
|
||||
vprintf(fmt, args);
|
||||
printf("\n");
|
||||
}
|
||||
va_end(args);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue