mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
gui/input: improve log message for GetNextButtonPress
This commit is contained in:
parent
5753b3222e
commit
a0f2ade55d
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ void pad_settings_dialog::InitButtons()
|
|||
return;
|
||||
}
|
||||
|
||||
LOG_NOTICE(HLE, "GetNextButtonPress: %s button %s pressed with value %d", m_handler->m_type, name, val);
|
||||
LOG_NOTICE(HLE, "GetNextButtonPress: %s device %s button %s pressed with value %d", m_handler->m_type, pad_name, name, val);
|
||||
if (m_button_id > button_ids::id_pad_begin && m_button_id < button_ids::id_pad_end)
|
||||
{
|
||||
m_cfg_entries[m_button_id].key = name;
|
||||
|
|
Loading…
Add table
Reference in a new issue