We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509e744 commit 1627872Copy full SHA for 1627872
Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp
@@ -1258,7 +1258,7 @@ void NetPlayDialog::SaveSettings()
1258
if (m_host_input_authority)
1259
Config::SetBase(Config::NETPLAY_CLIENT_BUFFER_SIZE, m_minimum_buffer_size_box->value());
1260
else
1261
- Config::SetBase(Config::NETPLAY_MINIMUM_BUFFER_SIZE, m_minimum_buffer_size_box->value());
+ (m_minimum_buffer_size_box->value());
1262
1263
const bool write_savedata = m_savedata_load_and_write_action->isChecked();
1264
const bool load_savedata = write_savedata || m_savedata_load_only_action->isChecked();
0 commit comments