Skip to content

Commit

Permalink
The Xbox One 0x01 initialization packet is an ack packet
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 20, 2020
1 parent 9c3d160 commit 25c88ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/hidapi/SDL_hidapi_xboxone.c
Expand Up @@ -46,7 +46,7 @@
static const Uint8 xboxone_init0[] = {
0x04, 0x20, 0x00, 0x00
};
/* Finish initialization? */
/* Initial ack */
static const Uint8 xboxone_init1[] = {
0x01, 0x20, 0x01, 0x09, 0x00, 0x04, 0x20, 0x3a,
0x00, 0x00, 0x00, 0x80, 0x00
Expand Down

0 comments on commit 25c88ea

Please sign in to comment.