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

[Windows] Add DPI Awareness #280

Open
Awakened0 opened this issue Oct 23, 2021 · 0 comments
Open

[Windows] Add DPI Awareness #280

Awakened0 opened this issue Oct 23, 2021 · 0 comments

Comments

@Awakened0
Copy link

The decompilations are lacking in DPI awareness on Windows. If you use something like 150% scaling in Windows display settings, you get some blurring and aliasing by default:

noover

Users can enable an override to fix this by right clicking the .exe, going to Properties, Compatibility tab, Change High DPI settings and checking the Override high DPI scaling behavior to make the application do the scaling. With that you get proper high res, sharp scaling:

overide

This article mentions how to set DPI awareness for an app: https://docs.microsoft.com/en-us/windows/win32/hidpi/setting-the-default-dpi-awareness-for-a-process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants