From 02185efe1031266092bb27dc734846d1cbf66902 Mon Sep 17 00:00:00 2001 From: Mike Robinson Date: Sat, 4 Oct 2014 22:27:02 +0100 Subject: [PATCH] Add support for bind autoconfiguration --- input/parport_joypad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/parport_joypad.c b/input/parport_joypad.c index c7b94aefb9..ef8430dbba 100644 --- a/input/parport_joypad.c +++ b/input/parport_joypad.c @@ -275,7 +275,7 @@ static bool parport_joypad_init(void) RARCH_WARN("[Joypad]: Pin(s) %son %s were low on init, assuming not connected\n", \ buf, path); } - input_config_autoconfigure_joypad(i, pad->ident, 0, 0, "parport"); + input_config_autoconfigure_joypad(i, "Generic Parallel Port device", 0, 0, "parport"); } else {