mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #7619 from zackhow/gcadpt
Android: fix gc adapter init
This commit is contained in:
commit
a0673fbb47
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public class Java_GCAdapter
|
|||
public static void InitAdapter()
|
||||
{
|
||||
byte[] init = {0x13};
|
||||
usb_con.bulkTransfer(usb_in, init, init.length, 0);
|
||||
usb_con.bulkTransfer(usb_out, init, init.length, 0);
|
||||
}
|
||||
|
||||
public static int Input()
|
||||
|
|
Loading…
Add table
Reference in a new issue