mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
DolphinWX: Replace "Pad buffer" with "Buffer size"
This commit is contained in:
parent
9747a4c697
commit
3570a9b636
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ void NetPlayDialog::OnThread(wxThreadEvent& event)
|
|||
break;
|
||||
case NP_GUI_EVT_PAD_BUFFER_CHANGE:
|
||||
{
|
||||
std::string msg = StringFromFormat("Pad buffer: %d", m_pad_buffer);
|
||||
std::string msg = StringFromFormat("Buffer size: %d", m_pad_buffer);
|
||||
|
||||
if (g_ActiveConfig.bShowNetPlayMessages)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue