Android: Make texture cache accuracy level names match DolphinQt
This commit is contained in:
parent
b237c7479e
commit
9d8c207aaf
|
@ -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…
Reference in New Issue