mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 23:55:40 +00:00
Merge pull request #764 from Richard-L/patch-6
Update consolesettingswidget.cpp
This commit is contained in:
commit
868aae0546
|
@ -42,9 +42,8 @@ ConsoleSettingsWidget::ConsoleSettingsWidget(QtHostInterface* host_interface, QW
|
||||||
tr("Patches the BIOS to skip the console's boot animation. Does not work with all games, "
|
tr("Patches the BIOS to skip the console's boot animation. Does not work with all games, "
|
||||||
"but usually safe to enabled."));
|
"but usually safe to enabled."));
|
||||||
|
|
||||||
dialog->registerWidgetHelp(
|
dialog->registerWidgetHelp(m_ui.cdromLoadImageToRAM, tr("Preload Image to RAM"), tr("Unchecked"),
|
||||||
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. In some cases also eliminates stutter when games initiate audio track playback."));
|
||||||
tr("Loads the game image into RAM. Useful for network paths that may become unreliable during gameplay."));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ConsoleSettingsWidget::~ConsoleSettingsWidget() = default;
|
ConsoleSettingsWidget::~ConsoleSettingsWidget() = default;
|
||||||
|
|
Loading…
Reference in a new issue