From 87106b03c1b41ab7dff10dbe3c5b2373228b7902 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 28 Apr 2017 22:14:34 +0200 Subject: [PATCH] (3DS) Buildfix --- gfx/drivers/ctr_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/ctr_gfx.c b/gfx/drivers/ctr_gfx.c index fe657b0cbb..b5bdc1c667 100644 --- a/gfx/drivers/ctr_gfx.c +++ b/gfx/drivers/ctr_gfx.c @@ -142,7 +142,7 @@ static void ctr_update_viewport(ctr_video_t* ctr) else if (ctr->keep_aspect) { #if defined(HAVE_MENU) - if (settings->video.aspect_ratio_idx == ASPECT_RATIO_CUSTOM) + if (settings->uints.video_aspect_ratio_idx == ASPECT_RATIO_CUSTOM) { struct video_viewport *custom = video_viewport_get_custom();