mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||
<dependency>
|
||
<dependentAssembly>
|
||
<!-- Changed processorArchitecture to "*" for ARM64/x64 compatibility -->
|
||
<assemblyIdentity
|
||
type="win32"
|
||
name="Microsoft.Windows.Common-Controls"
|
||
version="6.0.0.0"
|
||
processorArchitecture="*"
|
||
publicKeyToken="6595b64144ccf1df"
|
||
language="*" />
|
||
</dependentAssembly>
|
||
</dependency>
|
||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
<security>
|
||
<requestedPrivileges>
|
||
<requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
|
||
</requestedPrivileges>
|
||
</security>
|
||
</trustInfo>
|
||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||
<windowsSettings>
|
||
<!-- Modern DPI awareness setting (covers Windows 7 through 11) -->
|
||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
|
||
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
|
||
</windowsSettings>
|
||
</application>
|
||
</assembly>
|