From 22b8cbae35b61d6bb3decede17fdadb2cce1233a Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 30 Apr 2017 00:57:09 +1000 Subject: RenderBase: Drop SetColorMask and SetLogicOpMode These are now incorporated into the blend state for all backends. --- Source/Core/VideoCommon/BPFunctions.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Source/Core/VideoCommon/BPFunctions.cpp') diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index b4257fc044..6120ca7778 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -75,16 +75,6 @@ void SetBlendMode() g_renderer->SetBlendMode(false); } -void SetLogicOpMode() -{ - g_renderer->SetLogicOpMode(); -} - -void SetColorMask() -{ - g_renderer->SetColorMask(); -} - /* Explanation of the magic behind ClearScreen: There's numerous possible formats for the pixel data in the EFB. However, in the HW accelerated backends we're always using RGBA8 -- cgit v1.2.3