diff options
| author | Stenzek <stenzek@gmail.com> | 2017-04-18 21:42:14 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2017-04-18 21:55:22 +1000 |
| commit | ddc5275071e5bc27643a0df07d3475a5b000f898 (patch) | |
| tree | d599f94b01991015ac80b151d5a79c74520bf199 /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | 9dc7358395c167925cac18af3c900fe7847da847 (diff) | |
VideoCommon: Drop SetDitherMode()
It was a no-op on all backends apart from GL anyhow.
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPFunctions.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index 0bb2844a62..b4257fc044 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -74,10 +74,7 @@ void SetBlendMode() { g_renderer->SetBlendMode(false); } -void SetDitherMode() -{ - g_renderer->SetDitherMode(); -} + void SetLogicOpMode() { g_renderer->SetLogicOpMode(); |
