mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-27 00:04:45 +00:00
Another buildfix
This commit is contained in:
parent
7c0761ef15
commit
961157551a
@ -610,7 +610,7 @@ void ConsoleListener::Log(const LogMessage &msg) {
|
||||
if (bUseColor)
|
||||
{
|
||||
strcpy(ResetAttr, "\033[0m");
|
||||
switch (msg.Level)
|
||||
switch (msg.level)
|
||||
{
|
||||
case NOTICE_LEVEL: // light green
|
||||
strcpy(ColorAttr, "\033[92m");
|
||||
|
Loading…
x
Reference in New Issue
Block a user