diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-05-10 21:34:27 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-05-10 21:34:27 +0100 |
| commit | b5a738748175a460f856a1ed8a2e29fa26ebfb14 (patch) | |
| tree | 8cc060819d9433940859de000bbb986cc45d7458 /plugins/peopsxgl/gpu.c | |
| parent | 1a30cfb9510d4e46960010735d26a344f75cb328 (diff) | |
| download | pcsxr-b5a738748175a460f856a1ed8a2e29fa26ebfb14.tar.gz | |
Add PGXP visual debug mode
Toggles using F11
Red = low precision
Blue = high precision
Yellow = Sprite
Diffstat (limited to 'plugins/peopsxgl/gpu.c')
| -rwxr-xr-x | plugins/peopsxgl/gpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
