Qt: Fix Fast Forward Boot description box

Copy pasta fail lets go gamers.
This commit is contained in:
JordanTheToaster 2023-06-17 10:51:35 +01:00 committed by lightningterror
parent 36c27188a4
commit d8173873c1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ BIOSSettingsWidget::BIOSSettingsWidget(SettingsDialog* dialog, QWidget* parent)
dialog->registerWidgetHelp(m_ui.fastBoot, tr("Fast Boot"), tr("Checked"),
tr("Patches the BIOS to skip the console's boot animation."));
dialog->registerWidgetHelp(m_ui.fastBoot, tr("Fast Forward Boot"), tr("Unchecked"),
dialog->registerWidgetHelp(m_ui.fastBootFastForward, tr("Fast Forward Boot"), tr("Unchecked"),
tr("Removes emulation speed throttle until the game starts to reduce startup time."));
refreshList();