mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
Fix netplay build
This commit is contained in:
parent
6814501ec4
commit
add844039d
1 changed files with 2 additions and 5 deletions
|
@ -93,10 +93,7 @@ void SlippiPane::CreateLayout()
|
|||
delay_spin->setValue(SConfig::GetInstance().m_slippiOnlineDelay);
|
||||
connect(delay_spin, qOverload<int>(&QSpinBox::valueChanged), this,
|
||||
[](int delay) { SConfig::GetInstance().m_slippiOnlineDelay = delay; });
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef IS_PLAYBACK
|
||||
#else
|
||||
//Playback Settings
|
||||
auto* playback_settings = new QGroupBox(tr("Playback Settings"));
|
||||
auto* playback_settings_layout = new QVBoxLayout();
|
||||
|
@ -114,5 +111,5 @@ void SlippiPane::CreateLayout()
|
|||
enable_playback_seek_checkbox->setChecked(SConfig::GetInstance().m_slippiEnableSeek);
|
||||
connect(enable_playback_seek_checkbox, &QCheckBox::toggled, this,
|
||||
[](bool checked) { SConfig::GetInstance().m_slippiEnableSeek = checked; });
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue