all repos — mgba @ 16fa88882d69b6e48116739280ff11a7c1344a09

mGBA Game Boy Advance Emulator

DS GX: Treat toon shading as modulation until implemented
Vicki Pfau vi@endrift.com
Thu, 23 Mar 2017 10:23:40 -0700
commit

16fa88882d69b6e48116739280ff11a7c1344a09

parent

a662777ff1f40114c61b4ce044fe695d2d0d9e88

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/ds/gx/software.csrc/ds/gx/software.c

@@ -244,7 +244,6 @@ ta = (ta << 1) + 1;

} switch (poly->blendFormat) { default: - return _finishColor(r, g, b, pa); case 0: wr = ((r + 1) * (ep->cr + 1) - 1) >> 6; wg = ((g + 1) * (ep->cg + 1) - 1) >> 6;