mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
win32: mark retroarch as DPI-aware
This commit is contained in:
parent
46345b0ddd
commit
051f0c1e75
2 changed files with 9 additions and 0 deletions
8
media/rarch.manifest
Normal file
8
media/rarch.manifest
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?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</dpiAware>
|
||||
</windowsSettings>
|
||||
</application>
|
||||
</assembly>
|
|
@ -1 +1,2 @@
|
|||
1 ICON "retroarch-icon.ico"
|
||||
1 24 "rarch.manifest"
|
||||
|
|
Loading…
Add table
Reference in a new issue