mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
Merge pull request #10393 from JosJuice/android-texcache-names
Android: Make texture cache accuracy level names match DolphinQt
This commit is contained in:
commit
c2bf3a4313
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user