From 6d8789f4c12e05dae5cd90ee20483d3f9c670144 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 29 Apr 2017 02:03:17 +0200 Subject: [PATCH] (GX) Buildfix --- gfx/drivers/gx_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/gx_gfx.c b/gfx/drivers/gx_gfx.c index 9fa3b1b7b2..56e889dbb5 100644 --- a/gfx/drivers/gx_gfx.c +++ b/gfx/drivers/gx_gfx.c @@ -702,7 +702,7 @@ static void *gx_init(const video_info_t *video, if (!gx) return NULL; - gxinput = input_gx.init(settings->input.joypad_driver); + gxinput = input_gx.init(settings->paths.input_joypad_driver); *input = gxinput ? &input_gx : NULL; *input_data = gxinput;