mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	SWRasterizer: Removed a todo. Verified with hwtests.
This commit is contained in:
		@@ -215,7 +215,6 @@ static void SetStencil(int x, int y, u8 value) {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// TODO: Should the stencil mask be applied to the "old_stencil" or "ref" operands? Most likely not!
 | 
					 | 
				
			||||||
static u8 PerformStencilAction(Regs::StencilAction action, u8 old_stencil, u8 ref) {
 | 
					static u8 PerformStencilAction(Regs::StencilAction action, u8 old_stencil, u8 ref) {
 | 
				
			||||||
    switch (action) {
 | 
					    switch (action) {
 | 
				
			||||||
    case Regs::StencilAction::Keep:
 | 
					    case Regs::StencilAction::Keep:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user