mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Netplay: Remove unused m_HostInputAuthority in NetSettings.
This commit is contained in:
@ -107,7 +107,6 @@ struct NetSettings
|
||||
|
||||
// These aren't sent over the network directly
|
||||
bool m_IsHosting = false;
|
||||
bool m_HostInputAuthority = false;
|
||||
std::array<std::string, 4> m_GBARomPaths{};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user