From 594e5d2b56e441760888d56b2d7633520f7770f5 Mon Sep 17 00:00:00 2001 From: cristian64 Date: Sat, 30 May 2026 13:09:58 +0100 Subject: [PATCH] DolphinQt: Update tool tip for Enable Emulated Memory Size Override. --- Source/Core/DolphinQt/Settings/AdvancedPane.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Source/Core/DolphinQt/Settings/AdvancedPane.cpp b/Source/Core/DolphinQt/Settings/AdvancedPane.cpp index a526e8c7cb..a2fc9c5410 100644 --- a/Source/Core/DolphinQt/Settings/AdvancedPane.cpp +++ b/Source/Core/DolphinQt/Settings/AdvancedPane.cpp @@ -276,10 +276,9 @@ void AdvancedPane::CreateLayout() }); m_ram_override_checkbox->SetDescription( - tr("Adjusts the amount of RAM in the emulated console.

" - "WARNING: Enabling this will completely break many games.
Only a small " - "number " - "of games can benefit from this." + tr("Sets the amount of RAM in the emulated console to the values provided.

" + "WARNING: Enabling this will completely break many games. By default, Dolphin " + "determines what value is required based on the game information." "

If unsure, leave this unchecked.")); auto* rtc_options = new QGroupBox(tr("Custom RTC Options"));