You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for this splendid piece of software! It's invaluable to play PC games with the GC controller.
One usability problem I have is that USB interrupts occur when the computer suspends for some time or goes into a lightweight energy saving mode. This makes the code quit the loop in the thread. Wouldn't it be better to let the thread sleep for some time and retry the loop instead? At the moment, I need to kill and restart the program when this happens.
Thank you very much for this splendid piece of software! It's invaluable to play PC games with the GC controller.
One usability problem I have is that USB interrupts occur when the computer suspends for some time or goes into a lightweight energy saving mode. This makes the code quit the loop in the thread. Wouldn't it be better to let the thread sleep for some time and retry the loop instead? At the moment, I need to kill and restart the program when this happens.
A command line option would be nice.
These are the code lines
489
529
The text was updated successfully, but these errors were encountered: