mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
ThreadBase rewritten (wip)
This commit is contained in:
parent
b7a320fbbd
commit
3aefa2b4e1
85 changed files with 1960 additions and 2183 deletions
|
|
@ -76,16 +76,16 @@ struct wxWriter : Log::LogListener
|
|||
{
|
||||
switch (msg.mServerity)
|
||||
{
|
||||
case Log::LogSeverityNotice:
|
||||
case Log::Severity::Notice:
|
||||
llogcon->SetDefaultStyle(m_color_white);
|
||||
break;
|
||||
case Log::LogSeverityWarning:
|
||||
case Log::Severity::Warning:
|
||||
llogcon->SetDefaultStyle(m_color_yellow);
|
||||
break;
|
||||
case Log::LogSeverityError:
|
||||
case Log::Severity::Error:
|
||||
llogcon->SetDefaultStyle(m_color_red);
|
||||
break;
|
||||
case Log::LogSeveritySuccess:
|
||||
case Log::Severity::Success:
|
||||
llogcon->SetDefaultStyle(m_color_green);
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue