mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 13:43:33 +01:00
Netplay: Remove unused m_HostInputAuthority in NetSettings.
This commit is contained in:
parent
69ad2cc4d0
commit
07f86446a6
@ -894,7 +894,6 @@ void NetPlayClient::OnStartGame(sf::Packet& packet)
|
|||||||
packet >> m_net_settings.m_HideRemoteGBAs;
|
packet >> m_net_settings.m_HideRemoteGBAs;
|
||||||
|
|
||||||
m_net_settings.m_IsHosting = m_local_player->IsHost();
|
m_net_settings.m_IsHosting = m_local_player->IsHost();
|
||||||
m_net_settings.m_HostInputAuthority = m_host_input_authority;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_dialog->OnMsgStartGame();
|
m_dialog->OnMsgStartGame();
|
||||||
|
@ -107,7 +107,6 @@ struct NetSettings
|
|||||||
|
|
||||||
// These aren't sent over the network directly
|
// These aren't sent over the network directly
|
||||||
bool m_IsHosting = false;
|
bool m_IsHosting = false;
|
||||||
bool m_HostInputAuthority = false;
|
|
||||||
std::array<std::string, 4> m_GBARomPaths{};
|
std::array<std::string, 4> m_GBARomPaths{};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user