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

WiimoteEmu: Allow writes of the i2c bus to play speaker data. #8948

Merged
merged 1 commit into from Jul 12, 2020

Conversation

jordan-woyak
Copy link
Member

Wii remote speaker data reports result in a write to the i2c bus on real hardware.
Explicitly sending the relevant write data reports will produce sound.

I'm guessing a specific "speaker data" report exists to avoid the overhead of sending i2c addresses and allow 20 bytes per report (vs 16).

Regardless, writing to the bus to produce sound is now supported.
Nothing will ever use this but it's a more accurate hardware simulation.

@lioncash lioncash merged commit ecc6af7 into dolphin-emu:master Jul 12, 2020
@jordan-woyak jordan-woyak deleted the speaker-data-writes branch July 12, 2020 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants