mirror of
https://git.uzuy-edge.org/Uzuy-Edge/Uzuy
synced 2024-11-26 23:40:30 +00:00
chore(vram): add in missing valuesID
This commit is contained in:
parent
a7bbced580
commit
e92307321c
@ -250,9 +250,10 @@ private fun addPhoenixHacksSettings(sl: ArrayList<SettingsItem>) {
|
||||
)
|
||||
add(
|
||||
SingleChoiceSetting(
|
||||
IntSetting.RENDERE,
|
||||
IntSetting.RENDERER_VRAM_USAGE_MODE,
|
||||
titleId = R.string.vram_usage_mode,
|
||||
choicesId = R.array.vramUsageMethodValues,
|
||||
choicesId = R.array.vramUsageMethodNames,
|
||||
valuesId = R.array.vramUsageMethodValues
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user