mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 22:23:35 +00:00
value hint
This commit is contained in:
+3
@@ -690,6 +690,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
|
||||
)
|
||||
@@ -699,6 +700,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
|
||||
)
|
||||
@@ -708,6 +710,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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user