Disable DPI scaling on Windows

Windows DPI scaling prevents using full monitor resolution in
fullscreen mode.
This commit is contained in:
Zack Middleton 2017-09-07 21:09:46 -05:00
parent aeaecb4ae5
commit 5f743bdb22
1 changed files with 6 additions and 0 deletions

View File

@ -28,4 +28,10 @@
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
</assembly>