mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +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()
|
public static void InitAdapter()
|
||||||
{
|
{
|
||||||
byte[] init = {0x13};
|
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()
|
public static int Input()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue