mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
[BotW] have user-defined clarity preset more match default look
This commit is contained in:
parent
7f03b02331
commit
1753834c5e
@ -56,7 +56,7 @@
|
|||||||
#define adjust_bloom 1 // 0: disable, 1: enable.
|
#define adjust_bloom 1 // 0: disable, 1: enable.
|
||||||
|
|
||||||
//BloomFactor
|
//BloomFactor
|
||||||
const float bloomFactor = 0.020; // Default is 0.020 (rough estimate based on Switch)
|
const float bloomFactor = 1.00; // Default is 1.00
|
||||||
|
|
||||||
#define HDRpassing 0 // 0: disable, 1: enable.
|
#define HDRpassing 0 // 0: disable, 1: enable.
|
||||||
|
|
||||||
@ -101,7 +101,7 @@ const float crushContrast = 0.000; // 0.0 is neutral. Use sm
|
|||||||
#define post_process 0
|
#define post_process 0
|
||||||
|
|
||||||
//----------------"BotW original" vibrance adjust-------------//
|
//----------------"BotW original" vibrance adjust-------------//
|
||||||
const float satFactor = 0.25; // 0.18 is neutral. Experimental, adjust native saturation
|
const float satFactor = 0.18; // 0.18 is default. Experimental, adjust native saturation
|
||||||
//------------------------------------------------------------//
|
//------------------------------------------------------------//
|
||||||
|
|
||||||
#define blacknwhitepass 0 // 0: disable, 1: enable.
|
#define blacknwhitepass 0 // 0: disable, 1: enable.
|
||||||
|
Loading…
Reference in New Issue
Block a user