mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 03:22:54 +08:00
Use correct perMonitorV2
<dpiAwareness>
Yes, `xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings"` is required else the game will exit with code 500 on startup.
This commit is contained in:
parent
bfa5bcb2a7
commit
b0e716feab
@ -23,7 +23,8 @@
|
|||||||
</compatibility>
|
</compatibility>
|
||||||
<asmv3:application>
|
<asmv3:application>
|
||||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||||
<dpiAware>true</dpiAware>
|
<dpiAware>per Monitor</dpiAware>
|
||||||
|
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">perMonitorV2</dpiAwareness>
|
||||||
</asmv3:windowsSettings>
|
</asmv3:windowsSettings>
|
||||||
</asmv3:application>
|
</asmv3:application>
|
||||||
</asmv1:assembly>
|
</asmv1:assembly>
|
||||||
|
Loading…
Reference in New Issue
Block a user