Log if graphics driver doesn't init input.

This commit is contained in:
Themaister 2012-09-30 15:03:53 +02:00
parent 74d7707875
commit 5ae20a9f3c

View File

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