-
Notifications
You must be signed in to change notification settings - Fork 520
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
Use manifest for windows DPI awareness #3270
Conversation
315a016
to
5229173
Compare
6c8445a
to
216d3d4
Compare
e76db3c
to
7cbef2d
Compare
Removed LUS changes in this PR, cause they are already pulled in the SoH dev branch. Keep in mind this is kinda urgent now that the LUS stuff is in. Without this there is no DPI awareness at all on Windows. This means the game (including imgui) would run at the wrong internal resolution if Dpi are set >100%. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving because @inspectredc approved
This is needed for proper DPI awareness on Windows.
The LUS PR pushes the responsibility of making the Windows app DPI aware to the port, so we need this change to the Windows app manifest on the ports side, to tell Windows that we can handle it.
This means when the LUS changes are merged, the port is completely DPI unaware under Windows until the app manifest changes in this PR are merged!
Build Artifacts