From 16fa88882d69b6e48116739280ff11a7c1344a09 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Thu, 23 Mar 2017 10:23:40 -0700 Subject: [PATCH] DS GX: Treat toon shading as modulation until implemented --- src/ds/gx/software.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ds/gx/software.c b/src/ds/gx/software.c index a3d711096..f258f4693 100644 --- a/src/ds/gx/software.c +++ b/src/ds/gx/software.c @@ -244,7 +244,6 @@ static color_t _lookupColor(struct DSGXSoftwareRenderer* renderer, struct DSGXSo } 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;