mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-10 13:42:23 +00:00
(sdl_gfx.c) Update
This commit is contained in:
parent
60242e161a
commit
4d419b2b56
@ -280,7 +280,7 @@ static void *sdl_gfx_init(const video_info_t *video, const input_driver_t **inpu
|
||||
|
||||
if (input && input_data)
|
||||
{
|
||||
void *sdl_input = input_sdl.init(settings->input.joypad_driver);
|
||||
void *sdl_input = input_sdl.init(settings->arrays.input_joypad_driver);
|
||||
|
||||
if (sdl_input)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user