mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-26 18:34:31 +01:00
USB: Fix an incorrect log
This commit is contained in:
parent
bdcde24e28
commit
0536ad3b23
|
|
@ -274,7 +274,7 @@ void usb_device_topshotelite::interrupt_transfer(u32 buf_size, u8* buf, u32 /*en
|
|||
|
||||
if (m_controller_index >= g_cfg_topshotelite.players.size())
|
||||
{
|
||||
topshotelite_log.warning("Top Shot Fearmaster controllers are only supported for Player1 to Player%d", g_cfg_topshotelite.players.size());
|
||||
topshotelite_log.warning("Top Shot Elite controllers are only supported for Player1 to Player%d", g_cfg_topshotelite.players.size());
|
||||
prepare_data(&ts, buf);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue