mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
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)
|
||||
RARCH_LOG("Disconnecting device from port %u.\n", i + 1);
|
||||
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
Block a user