mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-03-03 17:05:21 +01:00
[XCX] Fix error in brightness graphic pack
Some users might've lost their brightness settings while this error was active. If you've enabled the Brightness New graphic pack wondering where the old brightness pack was, its now possible to experience the regular brightness workaround.
This commit is contained in:
parent
b28ad54c73
commit
1ee177b162
@ -68,7 +68,7 @@ $isCustom:int = 1
|
||||
[Preset]
|
||||
name = 70% less exposure
|
||||
category = Exposure and brightness fix
|
||||
condition = $custom == 1
|
||||
condition = $isCustom == 1
|
||||
$exposure:float = 0.32
|
||||
|
||||
[Preset]
|
||||
|
@ -110,7 +110,7 @@ $crushContrast = 0.75
|
||||
[Preset]
|
||||
name = 70% less exposure (AMD)
|
||||
category = Exposure
|
||||
condition = $custom == 1
|
||||
condition = $isCustom == 1
|
||||
$exposure = 0.32
|
||||
|
||||
[Preset]
|
||||
|
Loading…
x
Reference in New Issue
Block a user