summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-02-19 11:19:21 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:32 +0200
commit8248d690935dbd2df8294c75360348a07a30afed (patch)
tree28a0dd2e9ef6f09ebfc221b895a8b9230e53fab0 /src/android/app/src/main/res/values/strings.xml
parentandroid: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm. (diff)
downloadyuzu-8248d690935dbd2df8294c75360348a07a30afed.tar
yuzu-8248d690935dbd2df8294c75360348a07a30afed.tar.gz
yuzu-8248d690935dbd2df8294c75360348a07a30afed.tar.bz2
yuzu-8248d690935dbd2df8294c75360348a07a30afed.tar.lz
yuzu-8248d690935dbd2df8294c75360348a07a30afed.tar.xz
yuzu-8248d690935dbd2df8294c75360348a07a30afed.tar.zst
yuzu-8248d690935dbd2df8294c75360348a07a30afed.zip
Diffstat (limited to 'src/android/app/src/main/res/values/strings.xml')
-rw-r--r--src/android/app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index 27749b287..bdaaa7650 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -29,6 +29,8 @@
<string name="renderer_accuracy">Accuracy level</string>
<string name="renderer_resolution">Resolution</string>
<string name="renderer_aspect_ratio">Aspect Ratio</string>
+ <string name="renderer_force_max_clock">Force maximum clocks (Adreno only)</string>
+ <string name="renderer_force_max_clock_description">Forces the GPU to run at the maximum possible clocks (thermal constraints will still be applied).</string>
<string name="renderer_asynchronous_shaders">Use asynchronous shaders</string>
<string name="renderer_asynchronous_shaders_description">Compiles shaders asynchronously, which will reduce stutter but may introduce glitches.</string>