|
|
@ -746,6 +746,13 @@ abstract class SettingsItem( |
|
|
titleId = R.string.fix_bloom_effects, |
|
|
titleId = R.string.fix_bloom_effects, |
|
|
descriptionId = R.string.fix_bloom_effects_description |
|
|
descriptionId = R.string.fix_bloom_effects_description |
|
|
) |
|
|
) |
|
|
|
|
|
) |
|
|
|
|
|
put( |
|
|
|
|
|
SwitchSetting( |
|
|
|
|
|
BooleanSetting.RESCALE_HACK, |
|
|
|
|
|
titleId = R.string.rescale_hack, |
|
|
|
|
|
descriptionId = R.string.rescale_hack_description |
|
|
|
|
|
) |
|
|
) |
|
|
) |
|
|
put( |
|
|
put( |
|
|
SwitchSetting( |
|
|
SwitchSetting( |
|
|
|