Skip to content
Permalink
Browse files
Merge pull request #10393 from JosJuice/android-texcache-names
Android: Make texture cache accuracy level names match DolphinQt
  • Loading branch information
JMC47 committed Jan 27, 2022
2 parents 90f7565 + 9d8c207 commit c2bf3a4
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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>

0 comments on commit c2bf3a4

Please sign in to comment.