From 727c021fd9d65eb11aaee52a388923dcd6e60851 Mon Sep 17 00:00:00 2001 From: getdls Date: Fri, 8 Feb 2019 22:03:28 +0100 Subject: [PATCH] [XCX] Brightness settings were inverted Nivida = $exposure = 0.53 --- Workarounds/XenobladeX_Brightness/rules.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Workarounds/XenobladeX_Brightness/rules.txt b/Workarounds/XenobladeX_Brightness/rules.txt index c39de661..2d57c2ab 100644 --- a/Workarounds/XenobladeX_Brightness/rules.txt +++ b/Workarounds/XenobladeX_Brightness/rules.txt @@ -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 +