mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06: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:
@ -107,7 +107,7 @@ struct DTMHeader
|
||||
bool bNetPlay;
|
||||
bool bPAL60;
|
||||
u8 language;
|
||||
bool bReducePollingRate;
|
||||
u8 reserved3;
|
||||
bool bFollowBranch;
|
||||
std::array<u8, 9> reserved; // Padding for any new config options
|
||||
std::array<char, 40> discChange; // Name of iso file to switch to, for two disc games.
|
||||
|
Reference in New Issue
Block a user