mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +00:00
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…
x
Reference in New Issue
Block a user