mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-17 22:29:27 +00:00
(GX) Buildfix
This commit is contained in:
parent
fe1151efc3
commit
6d8789f4c1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user