mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #6909 from spycrab/qt_gfx_progscan
Qt/AdvancedWidget: Save progressive scan when toggled
This commit is contained in:
commit
9ec557761d
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ void AdvancedWidget::CreateWidgets()
|
|||
void AdvancedWidget::ConnectWidgets()
|
||||
{
|
||||
connect(m_load_custom_textures, &QCheckBox::toggled, this, &AdvancedWidget::SaveSettings);
|
||||
connect(m_enable_prog_scan, &QCheckBox::toggled, this, &AdvancedWidget::SaveSettings);
|
||||
}
|
||||
|
||||
void AdvancedWidget::LoadSettings()
|
||||
|
|
Loading…
Add table
Reference in a new issue