Skip to content

Commit

Permalink
USB: Update GameTablet
Browse files Browse the repository at this point in the history
  • Loading branch information
Florin9doi authored and Megamouse committed May 1, 2024
1 parent d3f9ae4 commit 55fccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Io/GameTablet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 55fccf0

Please sign in to comment.