-
Notifications
You must be signed in to change notification settings - Fork 85
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
Minimized 100% CPU #25
Comments
I see. This is probably caused one way or another by imGUI. It tends to cause things like this since it constantly re-renders the window. I'll check it out and report |
This was caused by DX11 not vsyncing when the window is minimized. It has no buffer to write to, so it just gives up and doesn't wait. You can either build from master in a few minutes when I push the fix, or wait a bit for the next release. |
I've built the latest version, and it works fine. Thank you! |
What happens?
When the app is minimized, it consumes entire CPU core. Looks like some UI check without a timer - when in foreground or overlayed by another window, everything is fine
How to reproduce
What should happen
Minimizing shouldn't affect CPU usage
Version
Headphones Client: v.1.0.2, Aug 20 Release
OS: Windows 10 20H2, latest stable
The text was updated successfully, but these errors were encountered: