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

Does not work in background #7

Closed
marcowindt opened this issue Oct 17, 2021 · 2 comments · Fixed by #10
Closed

Does not work in background #7

marcowindt opened this issue Oct 17, 2021 · 2 comments · Fixed by #10

Comments

@marcowindt
Copy link
Owner

When the app is in the background controller input is not processed and send to Dolphin. This is due to the GCController framework which does not allow this. A solution, although inconvenient, would be to switch to IOKit.HID framework which does allow running in the background.

@adityajs12321
Copy link

adityajs12321 commented Jan 21, 2022

@marcowindt I think the boolean value shouldMonitorBackgroundEvents (part of the GCController framework) should let the app forward inputs from the game controller even when in the background.

@marcowindt
Copy link
Owner Author

Ah you are absolutely right, thanks! Apparently the default setting changed since MacOS 11.3. I will release a new version with this fix.

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

Successfully merging a pull request may close this issue.

2 participants