From aeeb41801a7fbc5e1597afee27e79fec51fa7c35 Mon Sep 17 00:00:00 2001 From: posix Date: Sun, 16 Aug 2020 19:31:00 +0200 Subject: [PATCH] Update consolesettingswidget.cpp --- src/duckstation-qt/consolesettingswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckstation-qt/consolesettingswidget.cpp b/src/duckstation-qt/consolesettingswidget.cpp index a3bdf4e32..739cc3dbc 100644 --- a/src/duckstation-qt/consolesettingswidget.cpp +++ b/src/duckstation-qt/consolesettingswidget.cpp @@ -37,7 +37,7 @@ ConsoleSettingsWidget::ConsoleSettingsWidget(QtHostInterface* host_interface, QW "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.")); + 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.")); } ConsoleSettingsWidget::~ConsoleSettingsWidget() = default;