From 3412587b1b3a2be7f85b8e4e315a0c80883b577e Mon Sep 17 00:00:00 2001 From: posix Date: Sun, 25 Jul 2021 13:14:25 +0200 Subject: [PATCH] Update consolesettingswidget.cpp Small two things. 1 Explain there is usually only 2mb (which I suppose is the case if you arrive at 8 in the name of the option?). Nice for some backgroudn. 2 Improve the following sentence structure slightly. --- src/duckstation-qt/consolesettingswidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/duckstation-qt/consolesettingswidget.cpp b/src/duckstation-qt/consolesettingswidget.cpp index 782ff26e7..212b995b2 100644 --- a/src/duckstation-qt/consolesettingswidget.cpp +++ b/src/duckstation-qt/consolesettingswidget.cpp @@ -72,8 +72,8 @@ ConsoleSettingsWidget::ConsoleSettingsWidget(QtHostInterface* host_interface, QW tr("Selects the percentage of the normal clock speed the emulated hardware will run at.")); dialog->registerWidgetHelp( m_ui.enable8MBRAM, tr("Enable 8MB RAM (Dev Console)"), tr("Unchecked"), - tr("Enables an additional 6MB of RAM, usually present on dev consoles. Games have to use a larger heap size for " - "this additional RAM to be usable, and may break games which rely on memory mirrors, so it should only be used " + tr("Enables an additional 6MB of RAM to obtain a total of 2+6 = 8MB, usually present on dev consoles. Games have to use a larger heap size for " + "this additional RAM to be usable. Titles which rely on memory mirrors may break, so it should only be used " "with compatible mods.")); dialog->registerWidgetHelp( m_ui.cdromLoadImageToRAM, tr("Preload Image to RAM"), tr("Unchecked"),