From 49597ca04fce84f43e668def5615f3292e2e920b Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Fri, 7 Aug 2015 19:39:06 +0200 Subject: [PATCH] pgraph_apply_anti_aliasing_factor shouldn't return anything --- hw/xbox/nv2a.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/xbox/nv2a.c b/hw/xbox/nv2a.c index 34917a0fd1..8c3043cb0c 100644 --- a/hw/xbox/nv2a.c +++ b/hw/xbox/nv2a.c @@ -3023,9 +3023,10 @@ static ShaderBinding* generate_shaders(const ShaderState state) return ret; } -static unsigned int pgraph_apply_anti_aliasing_factor(PGRAPHState *pg, - unsigned int *width, - unsigned int *height) { +static void pgraph_apply_anti_aliasing_factor(PGRAPHState *pg, + unsigned int *width, + unsigned int *height) +{ switch (pg->surface_shape.anti_aliasing) { case NV097_SET_SURFACE_FORMAT_ANTI_ALIASING_CENTER_1: break;