From fef1462371b51fb5540817b76d30630868b2a961 Mon Sep 17 00:00:00 2001 From: Subv Date: Fri, 21 Aug 2015 10:35:25 -0500 Subject: SWRasterizer: Implemented stencil action 1 (GL_ZERO). Verified with hwtests. --- src/video_core/pica.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/pica.h') diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 6383e5d56..a47dddd75 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -442,7 +442,7 @@ struct Regs { enum class StencilAction : u32 { Keep = 0, - + Zero = 1, Replace = 2, Increment = 3, Decrement = 4, -- cgit v1.2.3