summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorcristian64 <cristian64@gmail.com>2026-05-30 13:09:58 +0100
committercristian64 <cristian64@gmail.com>2026-07-11 23:02:54 +0100
commit594e5d2b56e441760888d56b2d7633520f7770f5 (patch)
tree159cc04dc8352d6c896ab787f195a09418d17d16 /Source/Core
parent0cab1731d61ecb87c7bc388dbd176a4150afbbe3 (diff)
DolphinQt: Update tool tip for Enable Emulated Memory Size Override.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinQt/Settings/AdvancedPane.cpp7
1 files 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.<br><br>"
- "<b>WARNING</b>: Enabling this will completely break many games.<br>Only a small "
- "number "
- "of games can benefit from this."
+ tr("Sets the amount of RAM in the emulated console to the values provided.<br><br>"
+ "<b>WARNING</b>: Enabling this will completely break many games. By default, Dolphin "
+ "determines what value is required based on the game information."
"<br><br><dolphin_emphasis>If unsure, leave this unchecked.</dolphin_emphasis>"));
auto* rtc_options = new QGroupBox(tr("Custom RTC Options"));