From 9c6ce3b28b1be82d011c5a0d205a55d697df75e0 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 14 Sep 2015 01:59:58 +0100 Subject: [PATCH] (CTR/3DS) start with bilinear filtering set to ON. --- gfx/drivers/ctr_gfx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/drivers/ctr_gfx.c b/gfx/drivers/ctr_gfx.c index c665b0e734..97915ea2f2 100644 --- a/gfx/drivers/ctr_gfx.c +++ b/gfx/drivers/ctr_gfx.c @@ -339,6 +339,7 @@ static void* ctr_init(const video_info_t* video, ctr->keep_aspect = true; ctr->should_resize = true; + ctr->smooth = true; return ctr; }