mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-26 11:13:07 -03:00
[XCX] Brightness settings were inverted
Nivida = $exposure = 0.53
This commit is contained in:
parent
d75884b50e
commit
727c021fd9
1 changed files with 5 additions and 4 deletions
|
@ -6,8 +6,8 @@ description = Edit presets for preference.
|
||||||
version = 3
|
version = 3
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = AMD
|
name = NVIDIA
|
||||||
$crushContrast = 0
|
$crushContrast = 0.000
|
||||||
$exposure = 0.52
|
$exposure = 0.52
|
||||||
$gamma = 0.93
|
$gamma = 0.93
|
||||||
$glare = 0.95
|
$glare = 0.95
|
||||||
|
@ -16,11 +16,12 @@ $postExposure = 1.05
|
||||||
$vibrance = 0.318
|
$vibrance = 0.318
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = NVIDIA
|
name = AMD
|
||||||
$crushContrast = 0.000
|
$crushContrast = 0
|
||||||
$exposure = 0.32
|
$exposure = 0.32
|
||||||
$gamma = 0.93
|
$gamma = 0.93
|
||||||
$glare = 0.95
|
$glare = 0.95
|
||||||
$lift = 0.002
|
$lift = 0.002
|
||||||
$postExposure = 1.05
|
$postExposure = 1.05
|
||||||
$vibrance = 0.318
|
$vibrance = 0.318
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue