mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
dinput: Return NULL instead of false for dinput_get_joypad_driver
This commit is contained in:
parent
eeb28dc4fb
commit
da56cb3071
@ -655,7 +655,7 @@ static const input_device_driver_t *dinput_get_joypad_driver(void *data)
|
||||
{
|
||||
struct dinput_input *di = (struct dinput_input*)data;
|
||||
if (!di)
|
||||
return false;
|
||||
return NULL;
|
||||
return di->joypad;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user