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

Fix DJ Turntable extension's table range #11464

Merged
merged 1 commit into from Jan 20, 2023

Conversation

shockdude
Copy link
Contributor

The DJ Hero Turntable extension's table input previously output a signed integer ranging from -32 to 32, but the rewrite in 5.0-17536 accidentally changed it to output unsigned 0-32. This caused counterclockwise turntable input to not be detected ingame.
Fixed the turntable output range while keeping the style of the rewrite.

Fixes issue #13152

@JMC47 JMC47 merged commit d1aacf8 into dolphin-emu:master Jan 20, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants