Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic support for 18.0.0 #641

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SciresM
Copy link
Contributor

@SciresM SciresM commented Mar 29, 2024

This adds version checking to removed commands, and adds the new info types (we apparently never added 16.0.0's IoRegionHint).

The hidsys commands can be cloned to hiddbg, not sure how that should be handled though?

@@ -497,14 +497,14 @@ Result hidsysLegacyIsButtonConfigSupported(HidsysUniquePadId unique_pad_id, bool
}

Result hidsysIsButtonConfigSupported(BtdrvAddress addr, bool *out) {
if (hosversionBefore(11,0,0))
if (hosversionBefore(11,0,0) || hosversionAtLeast(18,0,0))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hosversionBetween

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants