From ddc5275071e5bc27643a0df07d3475a5b000f898 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Tue, 18 Apr 2017 21:42:14 +1000 Subject: VideoCommon: Drop SetDitherMode() It was a no-op on all backends apart from GL anyhow. --- Source/Core/VideoCommon/BPStructs.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/Core/VideoCommon/BPStructs.cpp') diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 774754839b..cd6f84f446 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -152,10 +152,6 @@ static void BPWritten(const BPCmd& bp) if (bp.changes & 0xF002) // logicopenable | logicmode SetLogicOpMode(); - // Set Dithering Mode - if (bp.changes & 4) // dither - SetDitherMode(); - // Set Color Mask if (bp.changes & 0x18) // colorupdate | alphaupdate SetColorMask(); @@ -1383,7 +1379,6 @@ void BPReload() SetScissor(); SetDepthMode(); SetLogicOpMode(); - SetDitherMode(); SetBlendMode(); SetColorMask(); OnPixelFormatChange(); -- cgit v1.2.3