mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-08 09:09:46 +00:00
fix evedev button remapping
This commit is contained in:
parent
9c5b3a2300
commit
9b945fe6e6
1 changed files with 6 additions and 0 deletions
|
@ -536,6 +536,12 @@ void pad_settings_dialog::InitButtons()
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Wait for ui update to happen, or events may get lost.
|
||||||
|
{
|
||||||
|
std::lock_guard lock(m_input_mutex);
|
||||||
|
if (m_input_callback_data.has_new_data) continue;
|
||||||
|
}
|
||||||
|
|
||||||
std::lock_guard lock(m_handler_mutex);
|
std::lock_guard lock(m_handler_mutex);
|
||||||
|
|
||||||
const std::vector<std::string> buttons =
|
const std::vector<std::string> buttons =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue