From 5ae20a9f3c544e488062c287bd334e2681546e61 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 30 Sep 2012 15:03:53 +0200 Subject: [PATCH] Log if graphics driver doesn't init input. --- driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver.c b/driver.c index 047dacdd0e..cb12abcf7d 100644 --- a/driver.c +++ b/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) {