From af35a8b7288e8d71c575a5a75a212323af3662af Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Mon, 7 Dec 2020 19:09:33 -0700 Subject: [PATCH] nv2a: Approximate CLAMP_OGL with CLAMP_TO_EDGE --- hw/xbox/nv2a/pgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xbox/nv2a/pgraph.c b/hw/xbox/nv2a/pgraph.c index 4e90170fb8..7f3d7a6988 100644 --- a/hw/xbox/nv2a/pgraph.c +++ b/hw/xbox/nv2a/pgraph.c @@ -80,7 +80,7 @@ static const GLenum pgraph_texture_addr_map[] = { GL_MIRRORED_REPEAT, GL_CLAMP_TO_EDGE, GL_CLAMP_TO_BORDER, - // GL_CLAMP + GL_CLAMP_TO_EDGE, /* Approximate GL_CLAMP */ }; static const GLenum pgraph_blend_factor_map[] = {