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

DataReport: Amend conditional test for data reports in IsValidMode #9657

Merged
merged 1 commit into from May 12, 2021

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Apr 19, 2021

This particular range check is kind of odd, and would only interpret interleave mode 2 as a valid mode, while rejecting interleave mode 1 and the extension byte mode.

As far as I know, and, based off the information on Wiibrew, we should be considering all three values within this range as valid.

This particular range is kind of bizarre, and would only interpret
interleave mode 2 as a valid mode, while rejecting interleave mode 1 and
the extension byte mode.

As far as I know, based off the information on Wiibrew, we should be
considering all three values within this range as valid.
@leoetlino
Copy link
Member

That check does look odd... @jordan-woyak?

@BhaaLseN
Copy link
Member

The change makes sense (now), but I couldn't find the equivalent piece of code before the big refactoring.

@lioncash
Copy link
Member Author

@jordan-woyak Sorry for the repeat ping, but would you be able to take a look at this?

@jordan-woyak
Copy link
Member

Sorry, missed the first ping. Looks good to me. Thanks for catching this.

@jordan-woyak jordan-woyak merged commit bf16f77 into dolphin-emu:master May 12, 2021
10 checks passed
@lioncash lioncash deleted the wiimote-mode branch May 13, 2021 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants