mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[XCX] Brightness settings were inverted
Nivida = $exposure = 0.53
This commit is contained in:
parent
d75884b50e
commit
727c021fd9
@ -6,8 +6,8 @@ description = Edit presets for preference.
|
||||
version = 3
|
||||
|
||||
[Preset]
|
||||
name = AMD
|
||||
$crushContrast = 0
|
||||
name = NVIDIA
|
||||
$crushContrast = 0.000
|
||||
$exposure = 0.52
|
||||
$gamma = 0.93
|
||||
$glare = 0.95
|
||||
@ -16,11 +16,12 @@ $postExposure = 1.05
|
||||
$vibrance = 0.318
|
||||
|
||||
[Preset]
|
||||
name = NVIDIA
|
||||
$crushContrast = 0.000
|
||||
name = AMD
|
||||
$crushContrast = 0
|
||||
$exposure = 0.32
|
||||
$gamma = 0.93
|
||||
$glare = 0.95
|
||||
$lift = 0.002
|
||||
$postExposure = 1.05
|
||||
$vibrance = 0.318
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user