mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(SDL gfx) Buildfix
This commit is contained in:
parent
59a07d73b5
commit
f233745483
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,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();
|
||||
void *sdl_input = input_sdl.init(settings->input.joypad_driver);
|
||||
|
||||
if (sdl_input)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue