input: try to add tony hawk RIDE Skateboard

This commit is contained in:
Megamouse 2023-08-26 15:47:52 +02:00
parent 6dcdf6ec76
commit 0bb5974ab6
24 changed files with 791 additions and 30 deletions

View file

@ -345,7 +345,7 @@ dualsense_pad_handler::DataStatus dualsense_pad_handler::get_data(DualSenseDevic
std::array<u8, 128> buf{};
const int res = hid_read(device->hidDevice, buf.data(), 128);
const int res = hid_read(device->hidDevice, buf.data(), buf.size());
if (res == -1)
{