mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
TextureCache: Use same color coefficients for EFB2Tex as EFB2RAM
This commit is contained in:
parent
d6cdf49769
commit
accce4294a
5 changed files with 14 additions and 14 deletions
|
@ -333,7 +333,7 @@ bool TextureCache::CompileShaders()
|
|||
"\n"
|
||||
"void main(){\n"
|
||||
" vec4 texcol = texture(samp9, f_uv0);\n"
|
||||
" texcol = round(texcol * colmat[5]) * colmat[6];\n"
|
||||
" texcol = floor(texcol * colmat[5]) * colmat[6];\n"
|
||||
" ocol0 = texcol * mat4(colmat[0], colmat[1], colmat[2], colmat[3]) + colmat[4];\n"
|
||||
"}\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue