-
Notifications
You must be signed in to change notification settings - Fork 57
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
Significant input delay #58
Comments
I looked into this a little more and found out that the joy con which has the input delay depends on which one I connected to my PC first. If I connect the right joy con first and then the left, the left joy con has an input delay. Do it the other way round and the right one has the input delay. In both cases, the other joy con has virtually no input delay, so I think the problem might lie within implementation. |
Updating the JoyCons firmware when connected to the Switch will possibly fix this. Give it a shot. |
@rainygg I went into the System Settings and performed a "controller update" while both joycons were connected. Is that what you meant? It did update them and says they are now up to date. I went ahead and tested it again and the problem still remains though. |
The pre-analog support versions of XJoy didn't have this issue, might have
luck trying one of the really old ones.
…On Tue, Nov 17, 2020 at 5:24 PM Ilmu011 ***@***.***> wrote:
@rainygg <https://github.com/rainygg> I went into the System Settings and
performed a "controller update" while both joycons were connected. Is that
what you meant? It did update them and says they are now up to date.
I went ahead and tested it again and the problem still remains though.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#58 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOE4LOQXDOS5TXROA5CTFDSQLZ23ANCNFSM4TUSNINA>
.
|
@sam0x17 Ok, thanks for the suggestion. That would be v0.1.8, right? |
@sam0x17 Problem solved! Under v0.1.8 I have no input delays whatsoever! Thanks for the suggestion! |
Yeah anyone researching how to fix this permanently in the newer versions,
look at the diff between 0.1.8 and analog support changes the inefficiency
or concurrency bug or whatever was added there. I am a little unfamiliar
with how the analog stuff works but I reviewed it to the best of my ability
at the time.
…On Wed, Nov 18, 2020 at 1:37 PM Ilmu011 ***@***.***> wrote:
@sam0x17 <https://github.com/sam0x17> Issue fixed! Under v0.1.8 I have no
input delays whatsoever! Thanks for the suggestion!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#58 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOE4LM7IO73LA2SBNXDCODSQQH6ZANCNFSM4TUSNINA>
.
|
The left joy con has a significant input delay compared to the right joy con. It's so bad, that it renders the whole setup unplayable. It's very peculiar since the right joy con seems to have no input delay whatsoever.
The text was updated successfully, but these errors were encountered: