Skip to content

Into profiles and controller hiding

Compare
Choose a tag to compare
@antheas antheas released this 27 Dec 00:31
· 1320 commits to master since this release

This version of HHD adds two major features:

  • controller hiding, which fixes most issues with emulators right now
    • it uses a very stable method that was found to cause no issues
  • a profile system and HTTP API for HHD that will allow configuring it from a GUI

Both of these features required reworking the event loop of HHD and the config structure. This unfortunately means that you will need to reconfigure HHD again, using the new state.yml file.

Also in this release, we switch to automated github workflows and a release note, which should which features change clearer.

Versions v0.1.11 and v0.1.10 are extremely stable and have feature parity for this release, so you may opt to skip v0.2.0.

Known issues:

  • the shortcut and xinput mode options in the config have not been implemented yet and are ignored.