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