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

[Feature Request] Windows High DPI Support (Make Cemu DPI Aware) #155

Closed
BigheadSMZ opened this issue Sep 3, 2022 · 2 comments
Closed

Comments

@BigheadSMZ
Copy link

When Windows scaling is set to something higher than 100%, which is common on 2160p displays or even 1440p, Windows scales the GUI using a bilinear filter which in turn makes it appear blurry. This can be worked around with [Right Click > Properties > Compatibility Tab > Change high DPI settings >Override high DPI scaling behavior. Scaling performed by: Application], but scaling it this way creates some imperfections and hidden GUI elements. Making Cemu DPI Aware could solve this issue so this workaround is no longer needed, and the GUI would look clean when larger scaling values are used.

@bitscher
Copy link
Contributor

bitscher commented Sep 3, 2022

For anyone interested in fixing this issue: https://docs.wxwidgets.org/trunk/overview_high_dpi.html

@leifliddy
Copy link
Contributor

leifliddy commented Sep 3, 2022

Screenshot from 2022-09-03 03-11-05
Not sure if this is related or not. But in Linux (Fedora 37, Cinnamon). If the resolution is set to 4k and the scaling is set to 200% -- the output will be relegated to the upper-left quadrant of the cemu window. If the scaling is set to 100% the full window will be used.

Update:
Got it to scale correctly by setting

GDK_SCALE=1

But I'm guessing the proper solution is to make Cemu DPI aware.

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

No branches or pull requests

4 participants