mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 22:25:43 +02:00
Update src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt
This commit is contained in:
parent
05f14b897c
commit
95401eeed5
1 changed files with 7 additions and 0 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue