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

Adapter not registering inputs fast enough #2

Open
MasterJhimmy opened this issue Dec 2, 2021 · 3 comments
Open

Adapter not registering inputs fast enough #2

MasterJhimmy opened this issue Dec 2, 2021 · 3 comments

Comments

@MasterJhimmy
Copy link

Testing this adapter on my Wii I noticed that everything was working alright, but there was a delay. It was very noticeable in fighting games, the adapter would not recognize double taps to run or back off. The problem is that your "write_GC" function is inside of the "if statement" to retrieve data from the SNES controller. Putting the "write_GC" inside the main arduino "loop" mitigate the problem and now everything is working flawless.

@Trev154n
Copy link

Trev154n commented May 4, 2022

@MasterJhimmy can you give me the code you modified? I also noticed a lag using the Wii. thanks.

@MasterJhimmy
Copy link
Author

@Trev154n Sure. I've added some features, like when you press the L or R button it registers not only the digital signal, but also the full press of the analog button. Here it is:
snesToGameCube.txt

@Trev154n
Copy link

Trev154n commented May 4, 2022

@MasterJhimmy thank you very much Bro, I tested it here it's wonderful, now I'm going to do your project, Genesis2CG.you guys are awesome.

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

2 participants