From 60f4e390923bf1d15f8173af621f3323f7f375fd Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 19 Sep 2018 02:09:18 +0200 Subject: [PATCH] Buildfix --- gfx/drivers/switch_nx_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/switch_nx_gfx.c b/gfx/drivers/switch_nx_gfx.c index 1b316fbbd7..22dbe1d0a0 100644 --- a/gfx/drivers/switch_nx_gfx.c +++ b/gfx/drivers/switch_nx_gfx.c @@ -558,7 +558,7 @@ static void switch_set_texture_frame( sw->menu_texture.width != width || sw->menu_texture.height != height) { - int xsf, yf, sf; + int xsf, ysf, sf; struct scaler_ctx *sctx = NULL; if (sw->menu_texture.pixels)