From 6a2f6b363701adda456eaccc4d5c5ead93597cca Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 18 Oct 2020 00:18:01 -0700 Subject: [PATCH] nv2a: Download surface before blit --- hw/xbox/nv2a/pgraph.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/xbox/nv2a/pgraph.c b/hw/xbox/nv2a/pgraph.c index 6b2d29e292..ecd15e3724 100644 --- a/hw/xbox/nv2a/pgraph.c +++ b/hw/xbox/nv2a/pgraph.c @@ -617,6 +617,8 @@ void pgraph_method(NV2AState *d, NV2A_GL_DPRINTF(true, "NV09F_SET_OPERATION_SRCCOPY"); + pgraph_update_surface(d, false, true, true); + ContextSurfaces2DState *context_surfaces = context_surfaces_2d; assert(context_surfaces->object_instance == image_blit->context_surfaces);