mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-07-01 13:36:22 +02:00
value hint
This commit is contained in:
parent
d54da746d1
commit
3b4dafa17e
1 changed files with 3 additions and 0 deletions
|
|
@ -673,6 +673,7 @@ abstract class SettingsItem(
|
||||||
IntSetting.GPU_UNSWIZZLE_TEXTURE_SIZE,
|
IntSetting.GPU_UNSWIZZLE_TEXTURE_SIZE,
|
||||||
titleId = R.string.gpu_unswizzle_texture_size,
|
titleId = R.string.gpu_unswizzle_texture_size,
|
||||||
descriptionId = R.string.gpu_unswizzle_texture_size_description,
|
descriptionId = R.string.gpu_unswizzle_texture_size_description,
|
||||||
|
valueHint = R.string.gpu_unswizzle_texture_size,
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 9
|
max = 9
|
||||||
)
|
)
|
||||||
|
|
@ -682,6 +683,7 @@ abstract class SettingsItem(
|
||||||
IntSetting.GPU_UNSWIZZLE_STREAM_SIZE,
|
IntSetting.GPU_UNSWIZZLE_STREAM_SIZE,
|
||||||
titleId = R.string.gpu_unswizzle_stream_size,
|
titleId = R.string.gpu_unswizzle_stream_size,
|
||||||
descriptionId = R.string.gpu_unswizzle_stream_size_description,
|
descriptionId = R.string.gpu_unswizzle_stream_size_description,
|
||||||
|
valueHint = R.string.gpu_unswizzle_stream_size,
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 9
|
max = 9
|
||||||
)
|
)
|
||||||
|
|
@ -691,6 +693,7 @@ abstract class SettingsItem(
|
||||||
IntSetting.GPU_UNSWIZZLE_CHUNK_SIZE,
|
IntSetting.GPU_UNSWIZZLE_CHUNK_SIZE,
|
||||||
titleId = R.string.gpu_unswizzle_chunk_size,
|
titleId = R.string.gpu_unswizzle_chunk_size,
|
||||||
descriptionId = R.string.gpu_unswizzle_chunk_size_description,
|
descriptionId = R.string.gpu_unswizzle_chunk_size_description,
|
||||||
|
valueHint = R.string.gpu_unswizzle_chunk_size,
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 9
|
max = 9
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue