windows: fix vsync logspam when window is minimized #134
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix-minimize-logspam"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a window is minimized, it isn't present on any monitor, so this log would get spammed every frame:
This change falls back to the last found monitor, if there is one, to avoid hogging the CPU, and removes the logspam.
6a6e566686
toea74114693