mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
Contrasty disabled by default in BotW resolution packs (#94)
* Edited Contrasty to be disabled by default in all of the Quality&Enthusiast Resolution packs.
This commit is contained in:
parent
faccacb048
commit
5d730e6afa
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
@ -6,7 +6,7 @@
|
||||
// Credit to bestminr for vibrance logic
|
||||
// original shader dumped using cemu 1.10.0f, BotW 1.3.1
|
||||
|
||||
#define ENABLE_CONTRASTY 1
|
||||
#define ENABLE_CONTRASTY 0
|
||||
|
||||
/*Gamma, exposure, vibrance and crushContrast can be modified */
|
||||
const float gamma = 0.81; // 1.0 is neutral Botw is already colour graded at this stage
|
||||
|
Loading…
Reference in New Issue
Block a user