mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Log if graphics driver doesn't init input.
This commit is contained in:
parent
74d7707875
commit
5ae20a9f3c
1
driver.c
1
driver.c
@ -638,6 +638,7 @@ void init_video_input(void)
|
||||
// Video driver didn't provide an input driver so we use configured one.
|
||||
if (driver.input == NULL)
|
||||
{
|
||||
RARCH_LOG("Graphics driver did not initialize an input driver. Attempting to pick a suitable driver.\n");
|
||||
driver.input = tmp;
|
||||
if (driver.input != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user