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

[Feature Request] Do not quit on USB interrupt #59

Open
krisutofu opened this issue Aug 22, 2024 · 0 comments
Open

[Feature Request] Do not quit on USB interrupt #59

krisutofu opened this issue Aug 22, 2024 · 0 comments

Comments

@krisutofu
Copy link

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

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

1 participant