mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-06 13:33:57 +01:00
Logs: color notice
This commit is contained in:
parent
005add7e97
commit
6e6b8c0495
|
|
@ -520,7 +520,7 @@ void _orbis_log_print(LogLevel lvl, std::string_view msg,
|
|||
color = "\e[0;33m";
|
||||
break;
|
||||
case LogLevel::Notice:
|
||||
color = "";
|
||||
color = "\e[0;36m";
|
||||
break;
|
||||
case LogLevel::Trace:
|
||||
color = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue