mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
DolphinQt: Fix some warnings
This commit is contained in:
@ -315,7 +315,7 @@ void NetPlayDialog::ConnectWidgets()
|
||||
client->AdjustPadBufferSize(value);
|
||||
});
|
||||
|
||||
connect(m_host_input_authority_box, &QCheckBox::toggled, [this](bool checked) {
|
||||
connect(m_host_input_authority_box, &QCheckBox::toggled, [](bool checked) {
|
||||
auto server = Settings::Instance().GetNetPlayServer();
|
||||
if (server)
|
||||
server->SetHostInputAuthority(checked);
|
||||
|
Reference in New Issue
Block a user