(SDL gfx) Buildfix

This commit is contained in:
twinaphex 2017-01-10 21:01:13 +01:00
parent 59a07d73b5
commit f233745483

View File

@ -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)
{