mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +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)
|
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)
|
if (sdl_input)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user