Skip to content

Commit

Permalink
#16: Fixed XBO controller init packet
Browse files Browse the repository at this point in the history
  • Loading branch information
OOPMan committed Jul 20, 2020
1 parent 972392d commit 32bcf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XBOFS.win/include/XBOFS.win/WinUsbDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace XBOFSWin {
std::wstring serialNumber = L"Unknown";

bool deviceHandlesOpen = false;
UCHAR XBO_ARCADE_STICK_INIT[5] = { 0x05, 0x20, 0x08, 0x01, 0x05 };
UCHAR XBO_ARCADE_STICK_INIT[5] = { 0x05, 0x20, 0x00, 0x01, 0x00 };
XBO_ARCADE_STICK_DATA_PACKET dataPacket = {};
XBO_ARCADE_STICK_BUTTON_STATE buttonState = {};
PVIGEM_CLIENT vigEmClient = NULL;
Expand Down

0 comments on commit 32bcf96

Please sign in to comment.