Skip to content

MissionControl 0.9.0

Compare
Choose a tag to compare
@ndeadly ndeadly released this 23 Feb 21:19
· 62 commits to master since this release

GitHub Releases Discord Server

This is the seventeenth official release of Mission Control.

This release adds support for firmware version 16.0.0, some new controllers, and fixes a few issues that popped up in recent releases. See below for the full changelog.

New users landing on this release page should first check out the readme on the main project page for the official project documentation. There you can find installation and usage instructions along with an FAQ section that will answer most of your questions.

Changelog:

  • Updated libraries for 16.0.0 support.
  • Added bluetooth exefs patches for 16.0.0.
  • Added support for Sony Dualsense Edge controller.
  • Added support for Razer Raiju Ultimate controller.
  • Added support for Mad Catz L.Y.N.X 3 controller.
  • Added support for AtGames Legends Pinball Arcade Control Panel extension. (Thanks @SK360)
  • Added exefs patches for btm module to skip calls to CloseHidConnection when a controller doesn't respond properly to the SetTsi vendor command. This eliminates the need to manually flag certain controllers with the settsi_disable.flag file to stop them from being disconnected.
  • Disabled incorrect handling of incoming NFC requests that caused games like Splatoon and Smash Bros to freeze or experience audio glitches when the game attempts to access amiibo data.
  • Fixed regression in input handing for Wii Classic Controller/Classic Controller Pro extensions causing certain buttons not to be mapped.
  • Fixed cross-platform building from source. (Thanks @cadewey)