mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
VideoCommon: Properly mask fbfetch logic op emulation
This commit is contained in:
parent
99eef44765
commit
6bd0fc86ba
2 changed files with 2 additions and 1 deletions
|
@ -1086,6 +1086,7 @@ ShaderCode GenPixelShader(APIType api_type, const ShaderHostConfig& host_config,
|
|||
}
|
||||
|
||||
out.Write(" }}\n"
|
||||
" TevResult &= 0xff;\n"
|
||||
" }}\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue