From 4b5ff257f3795f2fdbac78f747a465e025e44d08 Mon Sep 17 00:00:00 2001 From: espes Date: Mon, 7 Sep 2015 08:01:34 +1000 Subject: [PATCH] clear needs scope --- hw/xbox/nv2a.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xbox/nv2a.c b/hw/xbox/nv2a.c index e80aa64794..8dd7d32f22 100644 --- a/hw/xbox/nv2a.c +++ b/hw/xbox/nv2a.c @@ -5691,7 +5691,7 @@ static void pgraph_method(NV2AState *d, pg->regs[NV_PGRAPH_COLORCLEARVALUE] = parameter; break; - case NV097_CLEAR_SURFACE: + case NV097_CLEAR_SURFACE: { NV2A_DPRINTF("---------PRE CLEAR ------\n"); GLbitfield gl_mask = 0; @@ -5863,6 +5863,7 @@ static void pgraph_method(NV2AState *d, pgraph_set_surface_dirty(pg, write_color, write_zeta); break; + } case NV097_SET_CLEAR_RECT_HORIZONTAL: pg->regs[NV_PGRAPH_CLEARRECTX] = parameter;