Merge pull request #738 from Richard-L/patch-1

Update consolesettingswidget.cpp
This commit is contained in:
Connor McLaughlin 2020-08-12 02:27:35 +10:00 committed by GitHub
commit c7af998d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,9 @@ ConsoleSettingsWidget::ConsoleSettingsWidget(QtHostInterface* host_interface, QW
dialog->registerWidgetHelp(m_ui.fastBoot, tr("Fast Boot"), tr("Unchecked"),
tr("Patches the BIOS to skip the console's boot animation. Does not work with all games, "
"but usually safe to enabled."));
dialog->registerWidgetHelp(m_ui.cdromLoadImageToRAM, tr("Preload Image to RAM"), tr("Unchecked"),
tr("Loads the game image into RAM. Useful for network paths that may become unreliable during gameplay."));
}
ConsoleSettingsWidget::~ConsoleSettingsWidget() = default;