summaryrefslogtreecommitdiff
path: root/Source/Android/app/src
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-01-24 22:18:57 +0100
committerJosJuice <josjuice@gmail.com>2022-01-24 22:18:57 +0100
commit9d8c207aaf5f90879c0d527dfdc1bb486eee77c5 (patch)
tree77dc7691d78d7bd0e8a1fadb84bffb8cf8e0fa8f /Source/Android/app/src
parentb237c7479e21421e4017dea9df34309af4c0a2e8 (diff)
Android: Make texture cache accuracy level names match DolphinQt
Diffstat (limited to 'Source/Android/app/src')
-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>