Skip to content

Releases: wiredopposite/OGX-Mini

v0.4.0

18 Apr 03:37
Compare
Choose a tag to compare

Changes

  • Added Dualshock 3 controller support (press the PS button after you plug it in)
  • Added generic DInput controller support
  • Fixed wireless Xbox 360 right rumble motor not working
  • Fixed wireless Xbox 360 controller LEDs not being set properly
  • Added LED indication for USB device being mounted/unmounted
  • Added PCB files for a custom board using the Waveshare RP2040-Zero
  • Refactored a bunch of things, made the usbd folder its own repo for easier integration into other projects

v0.3.0

12 Mar 02:58
Compare
Choose a tag to compare

Input modes

Added on-the-fly input mode switching with button combos, by default it's set to OG Xbox but once you set a new input mode it will persist after powering off the device.

Hold one of these combos for 3 seconds, the new mode will be stored in the flash and the device will restart:

XInput
Start + Dpad Up
Original Xbox
Start + Dpad Right
Switch
Start + Dpad Down
PlayStation 3
Start + Dpad Left
PlayStation Classic
Start + A (Cross for PS, B for Switch gamepads)

The Start button is Plus on Switch gamepads and Options on PS4/5 gamepads.

Other changes

  • Added MPOW Wired Gamepad to the list of allowed PS4 devices.

  • Fixed submodule links so that git clone --recursive will properly download linked repositories, woops

v0.2.0

06 Mar 02:50
Compare
Choose a tag to compare

Changes:

  • Added PlayStation 3 and PlayStation Classic (mini console) support
  • Added support for Switch Pro, Switch wired, PS Classic, and N64 USB gamepads
  • Added a USB CDC input mode, so debugging USB host functionality is easier
  • Some refactoring, added classes for each supported gamepad

v0.1.0

21 Feb 00:51
Compare
Choose a tag to compare

Initial release