mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 03:00:57 +02:00
DolphinQt: Always enable the "Skip Main Menu" checkbox when "SkipIPL" is disabled.
This commit is contained in:
@@ -726,7 +726,7 @@ void GameCubePane::LoadSettings()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
m_skip_main_menu->setEnabled(have_menu);
|
m_skip_main_menu->setEnabled(have_menu || !m_skip_main_menu->isChecked());
|
||||||
m_skip_main_menu->setToolTip(have_menu ? QString{} : tr("Put IPL ROMs in User/GC/<region>."));
|
m_skip_main_menu->setToolTip(have_menu ? QString{} : tr("Put IPL ROMs in User/GC/<region>."));
|
||||||
|
|
||||||
// Device Settings
|
// Device Settings
|
||||||
|
Reference in New Issue
Block a user