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

Where to go to make changes for Wii Remote + NC mapping changes? #806

Closed
Andreassoul opened this issue Aug 27, 2020 · 2 comments
Closed

Comments

@Andreassoul
Copy link

Andreassoul commented Aug 27, 2020

where can I go in the code to make changes to the normal Wii Remote and NC key mappings? I read all the posts on:

https://gbatemp.net/threads/nintendont-wiimote-nunchuck-support-discussions.371356/

But couldn't find where in the repository I could go to make some changes to the mappings I've wanted to do. Thanks!

@Andreassoul Andreassoul changed the title [Request] Support for Nintendo Classic Controller Where to go to make changes for Wii Remote + NC mapping changes? Aug 27, 2020
@Njsmooth
Copy link

I would assume "loader\source\ppc\PADReadGC\source\PADReadGC.c", I've actually been trying to do the same thing but I've been having some compiling issues. Also, you'd need to find "// Nunchuck Buttons", which should be on line 756. Everything below is the configurations for each preset. Again, haven't been able to test it myself because I couldn't compile, but the code suggests it's the WiiMote & Nunchuck. This is my first post on GitHub, so sorry if I made any errors 😅

@geogolem
Copy link

geogolem commented Aug 29, 2020

if you are having trouble compiling, take a look at the code changes in my recent PR here: #805

I added support for the dance mat, which is very close to the code you will need to change for button remapping. I also had trouble but did manage to get it built - the code changes necessary are also part of that PR (some are already in another PR) also, I had to set a couple environment variables which are also described in the commit message.. if you have trouble getting it to build or need help doing the button remapping, write here - and ill try to help. Im a noob at this - but I spent a whole night and did manage to get it to build.. so im happy to help if i can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants