summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorcristian64 <cristian64@gmail.com>2026-05-30 13:12:24 +0100
committercristian64 <cristian64@gmail.com>2026-07-11 23:02:54 +0100
commitf9ef6c2151d48ef9b5dbe9ee1c2278e5d60b5ed9 (patch)
tree98c900e645f4e0252968f2812a77fb5f1ece41a1 /Source
parent594e5d2b56e441760888d56b2d7633520f7770f5 (diff)
Android: Update description for Enable Emulated Memory Size Override.
Diffstat (limited to 'Source')
-rw-r--r--Source/Android/app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml
index 07c5e7ebc0..9d97169d95 100644
--- a/Source/Android/app/src/main/res/values/strings.xml
+++ b/Source/Android/app/src/main/res/values/strings.xml
@@ -400,7 +400,7 @@
<string name="overclock_title_description">Adjusts the emulated CPU\'s clock rate if \"Override Emulated CPU Clock Speed\" is enabled.</string>
<string name="memory_override">Memory Override</string>
<string name="enable_memory_size_override">Enable Emulated Memory Size Override</string>
- <string name="enable_memory_size_override_description">Adjusts the amount of RAM in the emulated console.\n\nWARNING: Enabling this will completely break many games. Only a small number of games can benefit from this.</string>
+ <string name="enable_memory_size_override_description">Sets the amount of RAM in the emulated console to the values provided.\n\nWARNING: Enabling this will completely break many games. By default, Dolphin determines what value is required based on the game information.</string>
<string name="main_mem1_size">MEM1 Size</string>
<string name="main_mem2_size">MEM2 Size</string>
<string name="gpu_options">GPU Options</string>