mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-05 00:17:10 +00:00
[VITA] Really fix build
This commit is contained in:
parent
936b5e4b7c
commit
afe173c883
@ -98,7 +98,7 @@ static void *vita2d_gfx_init(const video_info_t *video,
|
||||
if (input && input_data)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
void *pspinput = input_psp.init(settings->paths.input_joypad_driver);
|
||||
void *pspinput = input_psp.init(settings->arrays.input_joypad_driver);
|
||||
*input = pspinput ? &input_psp : NULL;
|
||||
*input_data = pspinput;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user