Disable BBA in NetPlay

This commit is contained in:
Techjar
2019-04-01 09:14:28 -04:00
parent 42964e8531
commit 980c076c67
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;