mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Input: fix build
This commit is contained in:
parent
f0b7afd7cc
commit
1479468730
5 changed files with 18 additions and 17 deletions
|
|
@ -222,6 +222,7 @@ void ds3_pad_handler::check_add_device(hid_device* hidDevice, std::string_view p
|
|||
hid_close(hidDevice);
|
||||
return;
|
||||
}
|
||||
device->report_id = buf[0];
|
||||
#endif
|
||||
|
||||
{
|
||||
|
|
@ -236,7 +237,6 @@ void ds3_pad_handler::check_add_device(hid_device* hidDevice, std::string_view p
|
|||
return;
|
||||
}
|
||||
|
||||
device->report_id = buf[0];
|
||||
device->path = path;
|
||||
device->hidDevice = hidDevice;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue