Skip to content

Commit

Permalink
Log LT values
Browse files Browse the repository at this point in the history
  • Loading branch information
Megamouse committed Aug 16, 2024
1 parent 3b0fab9 commit 5c75f47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpcs3/Emu/Io/PadHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,13 @@ void PadHandlerBase::get_mapping(const pad_ensemble& binding)
pad->m_sticks[1].m_value = 255 - ly;
pad->m_sticks[2].m_value = rx;
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
}
}

Expand Down

0 comments on commit 5c75f47

Please sign in to comment.