mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-24 10:39:16 +01:00
[TPHD] Minor tweak blur
This commit is contained in:
parent
3d3b2725f6
commit
dfcc543c9a
@ -37,7 +37,7 @@ vec4 blur(sampler2D sp, vec2 U, vec2 scale) {
|
||||
}
|
||||
|
||||
//return O / O.a;
|
||||
return vec4(O.x, O.y, O.z, 1.0)*18; // balance loss of brightness
|
||||
return vec4(O.x, O.y, O.z, 1.0)*19; // balance loss of brightness
|
||||
}
|
||||
|
||||
int clampFI32(int v)
|
||||
|
Loading…
Reference in New Issue
Block a user