Merge pull request #7954 from Techjar/netplay-disable-bba

Disable BBA in NetPlay
This commit is contained in:
spycrab
2019-04-09 13:13:05 +02:00
committed by GitHub
4 changed files with 6 additions and 1 deletions

View File

@ -36,7 +36,7 @@ struct NetSettings
bool m_ReducePollingRate;
bool m_OCEnable;
float m_OCFactor;
std::array<ExpansionInterface::TEXIDevices, 2> m_EXIDevice;
std::array<ExpansionInterface::TEXIDevices, 3> m_EXIDevice;
bool m_EFBAccessEnable;
bool m_BBoxEnable;
bool m_ForceProgressive;