revert #1731 and gate the bluez headers properly.#1852
Open
Squall-Leonhart wants to merge 3 commits intocemu-project:mainfrom
Open
revert #1731 and gate the bluez headers properly.#1852Squall-Leonhart wants to merge 3 commits intocemu-project:mainfrom
Squall-Leonhart wants to merge 3 commits intocemu-project:mainfrom
Conversation
1731 took a sledge hammer to the pairing button and skipped it entirely by build gating it behind linux only libraries, when those linux only libraries exist in an attempt to prevent builds failing on distro's lacking the bluetooth headers provided by bluez. This reverts that and properly gates the headers behind the HAS_BLUEZ definition.
Author
|
while im here in these files i'll also test skipping authentication for already paired controllers, it seems to be the reason for instant skip to failure on windows and push that along with this. |
added 2 commits
March 28, 2026 23:08
and stop leaking windows handles.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#1731 took a sledge hammer to the pairing button and skipped it entirely by build gating it behind linux only libraries, when those linux only libraries exist in an attempt to prevent builds failing on distro's lacking the bluetooth headers provided by bluez.
This reverts that and properly gates the headers behind the HAS_BLUEZ definition.
second commit improves initial pairing with RVL-CNT-01-TR controllers, starts hid if authenticated(implies remembered), drops the unpairs and re-pairs the wiimote if remembered but not authenticated.
adds a retry with an alternative wiimote side pin (can help with 1+2 pairing)
and closes handles that were previously being leaked.
Fixes the wiimote settings gui (#1854)