Explorar o código

SWRasterizer: Removed a todo. Verified with hwtests.

Subv %!s(int64=11) %!d(string=hai) anos
pai
achega
b3e530d005
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/video_core/rasterizer.cpp

+ 0 - 1
src/video_core/rasterizer.cpp

@@ -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) {
     switch (action) {
     case Regs::StencilAction::Keep: