Commit 7df1b02
committed
Increase some input delays to fix timing issues
- When performing the switch from the real controller to the virtual
controller, the “this will disconnect local communication” message
sometimes takes additional time to dismiss, which desyncs the process.
Adding an additional delay at this point seems to fix the problem.
- Cancelling a Max Raid Battle takes a very variable time, and the previous
delay value still resulted in occasional desyncs. The new delay seems to
fix the problem.1 parent 2f72e35 commit 7df1b02
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
0 commit comments