Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Releases: darthcloud/BlueRetro

[1.8.2] 2023-01-15

Choose a tag to compare

@darthcloud darthcloud released this 15 Jan 13:53

Bluetooth

See the controller pairing guide for specific instruction for using each of the newly supported BT controllers.

  • Add 8bitdo S30 Modkit support
  • Add 8BitDo N30 Modkit support
  • Add RetroFighters Warrior support
  • Add Hyperkin Admiral support
  • Add RetroFighters Brawler 64 support
  • Add BlueN64 controller support (thanks @JPZV !)
  • Fix Gbros trigger mapping
  • Fix Wii Classic Pro support
  • Support Wii extension 8 bytes mode when supported by extension

Wired

  • Add support for Wii extension 6 bytes mode (without encryption only)
  • Fixup SNES multitap support (thanks @DigiDwrf !)

Global

  • Various new debug options

Firmware is now available in 2 different flavor

1. Regular FW as before retroactively renamed HW1 (Typically for external adapter)

Use firmwares from HW1 archive for:

2. HW2 FW that support power management and port detection (Typically for internal install)

Use firmwares from HW2 archive for:

  • Laser Bear Industries's GameCube BlueRetro Internal Adapter
  • any DIY internal install you made base on the HW2 spec

OTA Firmware update page has protection to prevent cross flashing between HW1 & HW2 firmware.

Download latest firmware archives from https://darthcloud.itch.io/blueretro

[1.8.1] 2022-12-21

Choose a tag to compare

@darthcloud darthcloud released this 21 Dec 23:25

Global

  • [MGR] Fix R button for GBAHD
  • [ATT_CFG] Fix read cmd for Bluefy

Firmware is now available in 2 different flavor

1. Regular FW as before retroactively renamed HW1 (Typically for external adapter)

Use firmwares from HW1 archive for:

2. HW2 FW that support power management and port detection (Typically for internal install)

Use firmwares from HW2 archive for:

  • Laser Bear Industries's GameCube BlueRetro Internal Adapter
  • any DIY internal install you made base on the HW2 spec

OTA Firmware update page has protection to prevent cross flashing between HW1 & HW2 firmware.

Download latest firmware archives from https://darthcloud.itch.io/blueretro

[1.8] 2022-12-13

Choose a tag to compare

@darthcloud darthcloud released this 14 Dec 01:00

Global

  • [MGR] Add support for internal install for all system (Only tested GC)
  • [GAMEID] Add support for Game ID for PS1, N64 & GC multi config selection
  • [ADAPTER] Reduce 8bit accessible heap memory usage (Fix memcard malloc in universal build)

Wired

  • [GC] Support all command format

Bluetooth

  • [BT] Add support for 8bitdo M30 controller
  • [BT] Add RetroFighters GC adapter support
  • [ADAPTER] Fixup 8bitdo Gbros B & X mapping

Firmware is now available in 2 different flavor

1. Regular FW as before retroactively renamed HW1 (Typically for external adapter)

Use firmwares from HW1 archive for:

2. HW2 FW that support power management and port detection (Typically for internal install)

Use firmwares from HW2 archive for:

  • Laser Bear Industries's GameCube BlueRetro Internal Adapter
  • any DIY internal install you made base on the HW2 spec

OTA Firmware update page has protection to prevent cross flashing between HW1 & HW2 firmware.

Download latest firmware archives from https://darthcloud.itch.io/blueretro

[1.7.3] 2022-08-18

Choose a tag to compare

@darthcloud darthcloud released this 18 Aug 23:53

Global

[MAIN] Fix stack overflow when formating SPIFFS on first boot after initial flash (Fixes #359)

[BAD] [1.7.2] 2022-08-12

Choose a tag to compare

@darthcloud darthcloud released this 13 Aug 01:07

BAD Use v1.7.3

Bluetooth

  • [HID] Assume report ID 1 if none provided by descriptor

Wired

  • [PCE] Fixup mouse support (Fixes #348)

Global

  • ESP-IDF updated to 5.0.0 2022-08-05

[1.7.1] 2022-07-24

Choose a tag to compare

@darthcloud darthcloud released this 24 Jul 13:29

Bluetooth

  • [BT] Add support for Retro-bit 6 buttons controllers (Fixes #312 #313)

Wired

  • [GC] Add support for trigger 4 bits mode (Fixes #324)

Adapter

  • Macro command not affected by mapping (Fixes #335)

[1.7] 2022-07-17

Choose a tag to compare

@darthcloud darthcloud released this 17 Jul 18:59

Global

  • Add Autofire / Turbo function
  • [HID] Use first report found that match supported type

See #327 for instruction on how to configure the autofire / turbo feature.

[1.6.3] 2022-06-28

Choose a tag to compare

@darthcloud darthcloud released this 28 Jun 23:51

Wireless

  • [HID] Fixup axes min, neutral & max values

Wired

  • [N64] Reduce scope of N64 digital workaround to N64 port 1 only

[1.6.2] 2022-06-20

Choose a tag to compare

@darthcloud darthcloud released this 20 Jun 22:32

Wired

  • [WII-EXT] Fix unreliable TX FIFO flush (Fixes #286)

[1.6.1] 2022-05-26

Choose a tag to compare

@darthcloud darthcloud released this 26 May 14:03

Global

  • Fix memory card read on Android (Closes #277)