mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
NetPlay: Remove 'reduce polling rate' option
With the SI poll line count fixed, pretty much all games are polling twice per frame anyways, making this option superfluous. Since it's a bit of a gross hack and makes DTMs incompatible with console, let's just bin it.
This commit is contained in:
parent
755601c64a
commit
a3d8a8be06
13 changed files with 2 additions and 32 deletions
|
@ -133,7 +133,6 @@ private:
|
|||
QAction* m_sync_save_data_action;
|
||||
QAction* m_sync_codes_action;
|
||||
QAction* m_record_input_action;
|
||||
QAction* m_reduce_polling_rate_action;
|
||||
QAction* m_strict_settings_sync_action;
|
||||
QAction* m_host_input_authority_action;
|
||||
QAction* m_sync_all_wii_saves_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue