From 7999d1816e5f39ca8677a5487c077ea16ebf4faa Mon Sep 17 00:00:00 2001 From: NAVras-Z Date: Sat, 4 Nov 2017 05:37:54 +0800 Subject: [PATCH] revert 'contrasty saturation' the assumption is wrong figure it out or nah --- .../bd8bba59e2149449_00000000000003c9_ps.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Enhancement/BreathOfTheWild_Contrasty/bd8bba59e2149449_00000000000003c9_ps.txt b/Enhancement/BreathOfTheWild_Contrasty/bd8bba59e2149449_00000000000003c9_ps.txt index e4f8fc3b..33fb0f62 100644 --- a/Enhancement/BreathOfTheWild_Contrasty/bd8bba59e2149449_00000000000003c9_ps.txt +++ b/Enhancement/BreathOfTheWild_Contrasty/bd8bba59e2149449_00000000000003c9_ps.txt @@ -7,14 +7,11 @@ //----------------------------settings------------------------------------- #define adjust_bloom 1 -#define adjust_saturation 1 #define contrasty 1 // 0: disable, 1: enable. const float bloomFactor = 0.7; // 1.0 is neutral -const float satFactor = 0.3; // 0.17999995 is neutral. Experimental, adjust native saturation - const float gamma = 0.81; // 1.0 is neutral. Botw is already colour graded at this stage const float exposure = 1.17; // 1.0 is neutral const float vibrance = 0.008; // 0.0 is neutral @@ -143,13 +140,7 @@ R125f.w = R126f.x + -(PS0f); R126f.y = backupReg1f + -(PS0f); PS1f = R126f.y; // 12 - -#if (adjust_saturation == 1) -R126f.x = (mul_nonIEEE(PV1f.y,satFactor) + intBitsToFloat(uf_remappedPS[0].x)); -#else R126f.x = (mul_nonIEEE(PV1f.y,intBitsToFloat(uf_remappedPS[0].y)) + intBitsToFloat(uf_remappedPS[0].x)); -#endif - PV0f.x = R126f.x; PV0f.y = -(R126f.z) + PV1f.x; // 13