mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Another buildfix
This commit is contained in:
parent
7c0761ef15
commit
961157551a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue