mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Android: Make texture cache accuracy level names match DolphinQt
This commit is contained in:
parent
b237c7479e
commit
9d8c207aaf
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
Add a link
Reference in a new issue