Log ID as well.
This commit is contained in:
parent
314449a9ce
commit
a14f0a2760
|
@ -1286,7 +1286,7 @@ static void init_controllers(void)
|
||||||
if (device == RETRO_DEVICE_NONE)
|
if (device == RETRO_DEVICE_NONE)
|
||||||
RARCH_LOG("Disconnecting device from port %u.\n", i + 1);
|
RARCH_LOG("Disconnecting device from port %u.\n", i + 1);
|
||||||
else
|
else
|
||||||
RARCH_LOG("Connecting %s to port %u.\n", ident, i + 1);
|
RARCH_LOG("Connecting %s (ID: %u) to port %u.\n", ident, device, i + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue