(GX) Buildfix

This commit is contained in:
twinaphex 2017-04-29 02:03:17 +02:00
parent fe1151efc3
commit 6d8789f4c1

View File

@ -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;