mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 23:32:39 -05:00
Merge pull request #14204 from Geotale/update-comment
Update Comments Based On Hardware Test
This commit is contained in:
commit
6711d77b99
|
|
@ -398,9 +398,7 @@ ShaderCode GenPixelShader(APIType api_type, const ShaderHostConfig& host_config,
|
|||
" D = D << scale;\n"
|
||||
" }}\n"
|
||||
"\n"
|
||||
" // TODO: Is this rounding bias still added when the scale is divide by 2? "
|
||||
"Currently we "
|
||||
"do not apply it.\n"
|
||||
" // This rounding bias is not added when the scale is divide by 2\n"
|
||||
" if (scale != 3u)\n"
|
||||
" lerp = lerp + (op ? 127 : 128);\n"
|
||||
"\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user