mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Qt/NetPlayDialog: Change buffer size message color
This commit is contained in:
parent
20999db93c
commit
fdb8b4af13
@ -858,7 +858,7 @@ void NetPlayDialog::OnPadBufferChanged(u32 buffer)
|
||||
DisplayMessage(m_host_input_authority && !IsHosting() ?
|
||||
tr("Max buffer size changed to %1").arg(buffer) :
|
||||
tr("Buffer size changed to %1").arg(buffer),
|
||||
"yellow");
|
||||
"darkcyan");
|
||||
|
||||
m_buffer_size = static_cast<int>(buffer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user