mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Fixes evdev settings & multiple pads handling
This commit is contained in:
parent
af0bd7136d
commit
4ff6acf6ba
2 changed files with 14 additions and 6 deletions
|
|
@ -355,7 +355,7 @@ private:
|
|||
positive_axis m_pos_axis_config;
|
||||
std::vector<u32> m_positive_axis;
|
||||
std::vector<std::string> blacklist;
|
||||
int m_pad_index = -1;
|
||||
std::unordered_map<std::string, int> settings_added;
|
||||
std::shared_ptr<EvdevDevice> m_dev;
|
||||
bool m_is_button_or_trigger;
|
||||
bool m_is_negative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue