cave-story-solaris/assets/resources/CSE2.manifest
Clownacy c2bc6c5ec2 Avoid DPI scaling on Windows
Causes ugly blurring. The window can be resized manually if it's too
small.
2020-09-26 23:17:55 +01:00

9 lines
479 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<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>