diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2025-08-10 00:41:29 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2025-08-10 19:37:21 +0100 |
| commit | f04c2799dd1853fb80806cb3df04cdeb51678cdc (patch) | |
| tree | eadb7de37913ba915aa81aad778ab531f638577e /Source/Core/VideoBackends/Software/SWEfbInterface.cpp | |
| parent | df3dc801907cc3ea99cb8204c10eb8af7a3622ed (diff) | |
VideoSW: fix comment
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWEfbInterface.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWEfbInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWEfbInterface.cpp b/Source/Core/VideoBackends/Software/SWEfbInterface.cpp index e2e4003cb4..f03bff0417 100644 --- a/Source/Core/VideoBackends/Software/SWEfbInterface.cpp +++ b/Source/Core/VideoBackends/Software/SWEfbInterface.cpp @@ -397,7 +397,7 @@ static void SubtractBlend(u8* srcClr, u8* dstClr) 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) return; |
