summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/rasterizer.cpp')
-rw-r--r--src/video_core/rasterizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/rasterizer.cpp b/src/video_core/rasterizer.cpp
index 696839da6..c6557bf1a 100644
--- a/src/video_core/rasterizer.cpp
+++ b/src/video_core/rasterizer.cpp
@@ -215,7 +215,6 @@ static void SetStencil(int x, int y, u8 value) {
215 } 215 }
216} 216}
217 217
218// TODO: Should the stencil mask be applied to the "old_stencil" or "ref" operands? Most likely not!
219static u8 PerformStencilAction(Regs::StencilAction action, u8 old_stencil, u8 ref) { 218static u8 PerformStencilAction(Regs::StencilAction action, u8 old_stencil, u8 ref) {
220 switch (action) { 219 switch (action) {
221 case Regs::StencilAction::Keep: 220 case Regs::StencilAction::Keep: