mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Merge pull request #9833 from Pokechu22/ubershaders-tevcoord
UberShaderPixel: always set tevcoord, even if the stage has no texture
This commit is contained in:
@ -893,7 +893,7 @@ ShaderCode GenPixelShader(APIType ApiType, const ShaderHostConfig& host_config,
|
||||
" // Emulate s24 overflows\n"
|
||||
" tevcoord.xy = (tevcoord.xy << 8) >> 8;\n"
|
||||
" }}\n"
|
||||
" else if (texture_enabled)\n"
|
||||
" else\n"
|
||||
" {{\n"
|
||||
" tevcoord.xy = fixedPoint_uv;\n"
|
||||
" }}\n"
|
||||
|
Reference in New Issue
Block a user