mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
USB: Update GameTablet
This commit is contained in:
parent
d3f9ae4868
commit
55fccf03fa
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ extern bool is_input_allowed();
|
|||
|
||||
void usb_device_gametablet::interrupt_transfer(u32 buf_size, u8* buf, u32 /*endpoint*/, UsbTransfer* transfer)
|
||||
{
|
||||
ensure(buf_size > 0x1a);
|
||||
ensure(buf_size >= sizeof(GameTablet_data));
|
||||
|
||||
transfer->fake = true;
|
||||
transfer->expected_count = 27;
|
||||
|
|
Loading…
Add table
Reference in a new issue