Skip to content

Bluepad32 v3.7.3

Compare
Choose a tag to compare
@ricardoquesada ricardoquesada released this 18 Jun 13:29
· 135 commits to master since this release

[v3.7.3] - 2023-06-17

New

  • Nintendo Switch: Gyro/Accel is parsed
  • Unijoysticle: Support Nintendo Balance Board.
    Left,Right,Up,Down: just "press" in the right place in the Balance Board.
    Fire: Both Left and Right must be "pressed".
    Threshold (weight) is configurable via the console using:
    • set_bb_move_threshold
    • get_bb_move_threshold
    • set_bb_fire_threshold
    • get_bb_fire_threshold
  • Video for reference
  • Unijoysticle: Possible to swap ports in enhanced mode.
    Either press the gamepad or board "swap" button.
    The blue LED will blink once after the swap.
    The console command list_devices will display mode=enhanced swapped when it is swapped.
    Otherwise it just shows mode=enhanced.

Fixed

  • Nintendo Switch: reports battery correctly.
  • Nintendo Wii Balance Board: reports battery correctly.
  • 8BitDo Zero 2:
    • "macOS" mode works. It identifies itself as a DualShock4, but it doesn't support
      report id 0x11, just report 0x01. Added parser for report id 0x01 is DS4 logic.
    • "keyboard" mode works. This is the only 8BitDo Zero 2 that reports "dpad" as "dpad".
      The rest of modes report the dpad as axis x & y.