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

Calibrated the GCPad even if the game does not explicitly do so. #2194

Merged
merged 1 commit into from Mar 10, 2015

Conversation

skidau
Copy link
Contributor

@skidau skidau commented Mar 9, 2015

No description provided.

{
GCPadStatus pad_origin;
memset(&m_Origin, 0, sizeof(SOrigin));
memset(&pad_origin, 0, sizeof(GCPadStatus));

This comment was marked as off-topic.

GCPadStatus pad_origin;
memset(&m_Origin, 0, sizeof(SOrigin));

pad_origin = GetPadStatus();

This comment was marked as off-topic.

skidau added a commit that referenced this pull request Mar 10, 2015
Calibrated the GCPad even if the game does not explicitly do so.
@skidau skidau merged commit 2e7a832 into dolphin-emu:master Mar 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants