mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
Make NES undarken more accurate
I can't check easily
This commit is contained in:
parent
8be9ab3a66
commit
68cf5205d7
@ -31,5 +31,5 @@ int cubeMapFaceId;
|
|||||||
R0f = passParameterSem0;
|
R0f = passParameterSem0;
|
||||||
R0f.xyzw = (texture(textureUnitPS0, R0f.xy).xyzw);
|
R0f.xyzw = (texture(textureUnitPS0, R0f.xy).xyzw);
|
||||||
// export
|
// export
|
||||||
passPixelColor0 = vec4(R0f.x, R0f.y, R0f.z, R0f.w)*float(1.4);
|
passPixelColor0 = vec4(R0f.x, R0f.y, R0f.z, R0f.w)*float(1.420118343195266);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user