From 62acb2db7ebc02ad7e4eaf64f44ba33c6cf98118 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Tue, 30 Jul 2024 16:23:14 -0700 Subject: [PATCH] nv2a/psh: Drop rect_tex assertion --- hw/xbox/nv2a/pgraph/glsl/psh.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xbox/nv2a/pgraph/glsl/psh.c b/hw/xbox/nv2a/pgraph/glsl/psh.c index af29b97d8b..fae76043fd 100644 --- a/hw/xbox/nv2a/pgraph/glsl/psh.c +++ b/hw/xbox/nv2a/pgraph/glsl/psh.c @@ -930,7 +930,6 @@ static MString* psh_convert(struct PixelShader *ps) if (ps->state.shadow_map[i]) { psh_append_shadowmap(ps, i, true, vars); } else { - assert(!ps->state.rect_tex[i]); apply_border_adjustment(ps, vars, i, "pT%d"); mstring_append_fmt(vars, "vec4 t%d = textureProj(texSamp%d, pT%d.xyzw);\n", i, i, i);