Skip to content

Commit

Permalink
nunchuck -> nunchuk to fix compiling lol
Browse files Browse the repository at this point in the history
  • Loading branch information
thearst3rd committed Sep 13, 2024
1 parent 28ea3d4 commit 80e9c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wiiu/wiiu_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ static void read_wpad_chan(WPADChan chan)
buttonsPressed |= (1 << i);
}

stickX += status.nunchuck.stick.x * 0x7ff0;
stickY -= status.nunchuck.stick.y * 0x7ff0;
stickX += status.nunchuk.stick.x * 0x7ff0;
stickY -= status.nunchuk.stick.y * 0x7ff0;
// no rStick...
}
else if (status.extensionType == WPAD_EXT_CLASSIC || status.extensionType == WPAD_EXT_MPLUS_CLASSIC)
Expand Down

0 comments on commit 80e9c3d

Please sign in to comment.