diff options
| author | Scott Mansell <phiren@gmail.com> | 2026-07-12 11:34:44 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 11:34:44 +1200 |
| commit | fc9fd6952a62c4fe48acc00333ce360cb47b57c7 (patch) | |
| tree | 98c900e645f4e0252968f2812a77fb5f1ece41a1 /Source/Android/app/src | |
| parent | 6de526c684ee6dd8b6fc3447dae858ae480ccbb5 (diff) | |
| parent | f9ef6c2151d48ef9b5dbe9ee1c2278e5d60b5ed9 (diff) | |
Merge pull request #14665 from cristian64/simulated_memory_size
Core: Adjust emulated memory size automatically.
Diffstat (limited to 'Source/Android/app/src')
| -rw-r--r-- | Source/Android/app/src/main/res/values/strings.xml | 2 |
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> |
