mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-02 09:26:30 -05:00
Increase Limit ( FSR Sharp , AUDIO ) Android
Increase Limit FSR Sharp ( 0 - 200 ) Increase Limit Audio ( 0-120 )
This commit is contained in:
@@ -241,6 +241,8 @@ abstract class SettingsItem(
|
||||
IntSetting.FSR_SHARPENING_SLIDER,
|
||||
titleId = R.string.fsr_sharpness,
|
||||
descriptionId = R.string.fsr_sharpness_description,
|
||||
min = 0,
|
||||
max = 200,
|
||||
units = "%"
|
||||
)
|
||||
)
|
||||
@@ -327,6 +329,8 @@ abstract class SettingsItem(
|
||||
ByteSetting.AUDIO_VOLUME,
|
||||
titleId = R.string.audio_volume,
|
||||
descriptionId = R.string.audio_volume_description,
|
||||
min = 0,
|
||||
max = 120,
|
||||
units = "%"
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user