mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 01:13:45 -04: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,
|
||||
titleId = R.string.gpu_unswizzle_texture_size,
|
||||
descriptionId = R.string.gpu_unswizzle_texture_size_description,
|
||||
valueHint = R.string.gpu_unswizzle_texture_size,
|
||||
min = 1,
|
||||
max = 9
|
||||
)
|
||||
|
|
@ -682,6 +683,7 @@ abstract class SettingsItem(
|
|||
IntSetting.GPU_UNSWIZZLE_STREAM_SIZE,
|
||||
titleId = R.string.gpu_unswizzle_stream_size,
|
||||
descriptionId = R.string.gpu_unswizzle_stream_size_description,
|
||||
valueHint = R.string.gpu_unswizzle_stream_size,
|
||||
min = 1,
|
||||
max = 9
|
||||
)
|
||||
|
|
@ -691,6 +693,7 @@ abstract class SettingsItem(
|
|||
IntSetting.GPU_UNSWIZZLE_CHUNK_SIZE,
|
||||
titleId = R.string.gpu_unswizzle_chunk_size,
|
||||
descriptionId = R.string.gpu_unswizzle_chunk_size_description,
|
||||
valueHint = R.string.gpu_unswizzle_chunk_size,
|
||||
min = 1,
|
||||
max = 9
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue