mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
NetPlay: Change "Reduce Polling Rate" to poll twice per frame
Some games don't play nice when we poll only once per frame, so we'll poll twice instead.
This commit is contained in:
parent
7b986c1b54
commit
38e67c0530
3 changed files with 12 additions and 11 deletions
|
@ -123,8 +123,8 @@ void NetPlayDialog::CreateMainLayout()
|
|||
m_md5_button->setMenu(menu);
|
||||
|
||||
m_reduce_polling_rate_box->setToolTip(
|
||||
tr("This will reduce bandwidth usage, but may add up to one frame of additional latency, as "
|
||||
"controllers will be polled only once per frame."));
|
||||
tr("This will reduce bandwidth usage by polling GameCube controllers only twice per frame. "
|
||||
"Does not affect Wii Remotes."));
|
||||
|
||||
m_main_layout->addWidget(m_game_button, 0, 0);
|
||||
m_main_layout->addWidget(m_md5_button, 0, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue