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

Add support for cc and nunchuck in input display. #1189

Merged
merged 1 commit into from
Oct 2, 2014

Conversation

RachelBryk
Copy link
Member

No description provided.

@RachelBryk RachelBryk force-pushed the nunchuck-input-display branch 3 times, most recently from 5e93cc4 to dea4b9f Compare September 30, 2014 10:23
@RachelBryk RachelBryk changed the title Add support for nunchuck in input display. Add support for cc and nunchuck in input display. Sep 30, 2014
{
if ((x <= 1 || x == 128 || x >= 255) &&
(y <= 1 || y == 128 || y >= 255))
if ((x <= 1 || x == range / 2 + 1 || x >= range) &&

This comment was marked as off-topic.

@skidau
Copy link
Contributor

skidau commented Oct 2, 2014

@dolphin-emu-bot rebuild

@skidau
Copy link
Contributor

skidau commented Oct 2, 2014

Looks fine.

skidau added a commit that referenced this pull request Oct 2, 2014
Add support for cc and nunchuck in input display.
@skidau skidau merged commit 50bf301 into dolphin-emu:master Oct 2, 2014
@RachelBryk RachelBryk deleted the nunchuck-input-display branch October 2, 2014 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants