From b5a738748175a460f856a1ed8a2e29fa26ebfb14 Mon Sep 17 00:00:00 2001 From: iCatButler Date: Tue, 10 May 2016 21:34:27 +0100 Subject: Add PGXP visual debug mode Toggles using F11 Red = low precision Blue = high precision Yellow = Sprite --- plugins/peopsxgl/gpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/peopsxgl/gpu.c') diff --git a/plugins/peopsxgl/gpu.c b/plugins/peopsxgl/gpu.c index fd784c51..5becb698 100755 --- a/plugins/peopsxgl/gpu.c +++ b/plugins/peopsxgl/gpu.c @@ -2986,6 +2986,7 @@ ENDVRAM: vertex[i].x = vertex[i].y = 0.f; vertex[i].z = 0.95f; vertex[i].w = 1.f; + vertex[i].PGXP_flag = 0; } primFunc[gpuCommand]((unsigned char *)gpuDataM); -- cgit v1.2.3