|
|
|
@ -335,15 +335,6 @@ abstract class SettingsItem( |
|
|
|
valuesId = R.array.astcDecodingMethodValues |
|
|
|
) |
|
|
|
) |
|
|
|
put( |
|
|
|
SingleChoiceSetting( |
|
|
|
IntSetting.RENDERER_ASTC_RECOMPRESSION, |
|
|
|
titleId = R.string.astc_recompression, |
|
|
|
descriptionId = R.string.astc_recompression_description, |
|
|
|
choicesId = R.array.astcRecompressionMethodNames, |
|
|
|
valuesId = R.array.astcRecompressionMethodValues |
|
|
|
) |
|
|
|
) |
|
|
|
put( |
|
|
|
SingleChoiceSetting( |
|
|
|
IntSetting.RENDERER_VRAM_USAGE_MODE, |
|
|
|
|