mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 16:30:12 +00:00
VideoSW: fix comment
This commit is contained in:
parent
df3dc80190
commit
f04c2799dd
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ static void SubtractBlend(u8* srcClr, u8* dstClr)
|
||||||
|
|
||||||
static void Dither(u16 x, u16 y, u8* color)
|
static void Dither(u16 x, u16 y, u8* color)
|
||||||
{
|
{
|
||||||
// No blending for RGB8 mode
|
// No dithering for RGB8 mode
|
||||||
if (!bpmem.blendmode.dither || bpmem.zcontrol.pixel_format != PixelFormat::RGBA6_Z24)
|
if (!bpmem.blendmode.dither || bpmem.zcontrol.pixel_format != PixelFormat::RGBA6_Z24)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue