summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2022-01-27 14:42:45 -0500
committerGitHub <noreply@github.com>2022-01-27 14:42:45 -0500
commitc2bf3a4313d2f49ded41ad260f97ee77030a8e98 (patch)
tree2e4f66e8d43de1696dd32091d42cf2c4fd64301b /Source/Android
parent90f7565fcca39e40580b41928e83d619144b09db (diff)
parent9d8c207aaf5f90879c0d527dfdc1bb486eee77c5 (diff)
Merge pull request #10393 from JosJuice/android-texcache-names
Android: Make texture cache accuracy level names match DolphinQt
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/res/values/arrays.xml b/Source/Android/app/src/main/res/values/arrays.xml
index 5569cf7c8a..2833d23b86 100644
--- a/Source/Android/app/src/main/res/values/arrays.xml
+++ b/Source/Android/app/src/main/res/values/arrays.xml
@@ -207,9 +207,9 @@
<!-- Texture Cache Accuracy Preference -->
<string-array name="textureCacheAccuracyEntries" translatable="false">
- <item>Low</item>
+ <item>Fast</item>
<item>Medium</item>
- <item>High</item>
+ <item>Safe</item>
</string-array>
<integer-array name="textureCacheAccuracyValues" translatable="false">
<item>128</item>