mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Log LT values
This commit is contained in:
parent
29901d65ed
commit
c8850a5e9c
1 changed files with 7 additions and 0 deletions
|
@ -726,6 +726,13 @@ void PadHandlerBase::get_mapping(const pad_ensemble& binding)
|
||||||
pad->m_sticks[1].m_value = 255 - ly;
|
pad->m_sticks[1].m_value = 255 - ly;
|
||||||
pad->m_sticks[2].m_value = rx;
|
pad->m_sticks[2].m_value = rx;
|
||||||
pad->m_sticks[3].m_value = 255 - ry;
|
pad->m_sticks[3].m_value = 255 - ry;
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
if (m_type == pad_handler::xinput)
|
||||||
|
{
|
||||||
|
input_log.error("LT=%d, LT+=%d, LT-=%d, RY=%d", button_values[16], button_values[18], button_values[19], pad->m_sticks[3].m_value);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue