Skip to content

Commit

Permalink
Oops ( ͡° ͜ʖ ͡°)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuxSH committed May 30, 2017
1 parent b3d5a7c commit f91be4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Expand Up @@ -71,7 +71,7 @@ void sendFrame(void)
for(u32 i = 0; i < 2; i++)
{
if(buttons & (1 << irButtons[i]))
hidPad |= 1 << (i + 1);
irButtonsState |= 1 << (i + 1);
}

specialButtons |= (buttons & (1 << QGamepadManager::ButtonGuide)) ? 1 : 0;
Expand Down

0 comments on commit f91be4e

Please sign in to comment.