mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
[XCX] Switch exposure from AMD and Nvidia
They were switched from the previous versions. Besides that, somebody reported it being different then before, but I can't find the difference. (There's a slight difference because the vibrancy in one shader was 0.1375 instead of 0.138 but I doubt this would be a big difference and it does simplify it a little bit).
This commit is contained in:
parent
9f55150163
commit
73cfd2f249
@ -8,7 +8,7 @@ version = 3
|
||||
[Preset]
|
||||
name = AMD
|
||||
$crushContrast = 0
|
||||
$exposure = 0.32
|
||||
$exposure = 0.52
|
||||
$gamma = 0.93
|
||||
$glare = 0.95
|
||||
$lift = 0.002
|
||||
@ -18,7 +18,7 @@ $vibrance = 0.318
|
||||
[Preset]
|
||||
name = NVIDIA
|
||||
$crushContrast = 0.000
|
||||
$exposure = 0.52
|
||||
$exposure = 0.32
|
||||
$gamma = 0.93
|
||||
$glare = 0.95
|
||||
$lift = 0.002
|
||||
|
Loading…
Reference in New Issue
Block a user