mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00: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
1 changed files 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue