Add support for bind autoconfiguration
This commit is contained in:
parent
f3a0e58bd9
commit
02185efe10
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue