mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +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()
|
void AdvancedWidget::ConnectWidgets()
|
||||||
{
|
{
|
||||||
connect(m_load_custom_textures, &QCheckBox::toggled, this, &AdvancedWidget::SaveSettings);
|
connect(m_load_custom_textures, &QCheckBox::toggled, this, &AdvancedWidget::SaveSettings);
|
||||||
|
connect(m_enable_prog_scan, &QCheckBox::toggled, this, &AdvancedWidget::SaveSettings);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AdvancedWidget::LoadSettings()
|
void AdvancedWidget::LoadSettings()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue