mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
fix evdev device list
This commit is contained in:
parent
d14c8a03b3
commit
eba2216c4a
2 changed files with 35 additions and 3 deletions
|
@ -341,6 +341,7 @@ public:
|
|||
private:
|
||||
void TranslateButtonPress(u64 keyCode, bool& pressed, u16& value, bool ignore_threshold = false) override;
|
||||
EvdevDevice* get_device(const std::string& device);
|
||||
std::string get_device_name(const libevdev* dev);
|
||||
bool update_device(EvdevDevice& device);
|
||||
void update_devs();
|
||||
int add_device(const std::string& device, bool in_settings = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue