Skip to content

Commit

Permalink
Disable DPI virtualization on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkive committed Apr 28, 2017
1 parent ad9bf20 commit 9afd079
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/windows/wesnoth.exe.manifest
Expand Up @@ -24,4 +24,9 @@
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
</application>
</compatibility>
<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
<dpiAware>true</dpiAware>
</asmv3:windowsSettings>)
</asmv3:application>
</assembly>

0 comments on commit 9afd079

Please sign in to comment.