forked from ShuriZma/suyu
1
0
Fork 0

SWRasterizer: Removed a todo. Verified with hwtests.

This commit is contained in:
Subv 2015-08-21 10:09:15 -05:00
parent 8e6336d96b
commit b3e530d005
1 changed files with 0 additions and 1 deletions

View File

@ -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: