mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Netplay: Remove unused m_HostInputAuthority in NetSettings.
This commit is contained in:
parent
69ad2cc4d0
commit
07f86446a6
2 changed files with 0 additions and 2 deletions
|
@ -894,7 +894,6 @@ void NetPlayClient::OnStartGame(sf::Packet& packet)
|
|||
packet >> m_net_settings.m_HideRemoteGBAs;
|
||||
|
||||
m_net_settings.m_IsHosting = m_local_player->IsHost();
|
||||
m_net_settings.m_HostInputAuthority = m_host_input_authority;
|
||||
}
|
||||
|
||||
m_dialog->OnMsgStartGame();
|
||||
|
|
|
@ -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{};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue