Skip to content

Bluepad32 v4.0.4

Compare
Choose a tag to compare
@ricardoquesada ricardoquesada released this 20 Apr 21:34
· 118 commits to main since this release

[4.0.4] - 2024-04-20

New:

  • Wii: uni_hid_parser_wii_set_mode(struct uni_hid_device_s* d, wii_mode_t mode),
    to change the mode between vertical or horizontal.

Changed:

  • Rumble stops when duration is 0. Before when duration was 0, the rumble command was ignored.
  • Wii + Nunchuk:
    • Nunchuk is reported as the "right" axis using buttons X and Y
    • Wii Mode is reported as "left" using buttons A, B, Shoulder L & R, and misc buttons
    • If a Nunchuk is attached, vertical mode is used.
    • Nunchuk + horizontal mode removed (it was broken, and it is not useful)

Fixed