mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 21:26:07 +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
|
@ -33,7 +33,6 @@ struct NetSettings
|
|||
bool m_DSPEnableJIT;
|
||||
bool m_WriteToMemcard;
|
||||
bool m_CopyWiiSave;
|
||||
bool m_ReducePollingRate;
|
||||
bool m_OCEnable;
|
||||
float m_OCFactor;
|
||||
std::array<ExpansionInterface::TEXIDevices, 3> m_EXIDevice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue