summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Pierre de La Morinerie2015-09-11 22:08:15 +0200
committerGravatar Pierre de La Morinerie2015-10-04 23:11:05 +0200
commit2f4a1e0d599df022a41e86a08cfb479212f75214 (patch)
tree8acb91e80a1c91d0c4b8572e9d1f24e19183a32d /src
parentcitra-qt: Use custom Info.plist for Mac builds (diff)
downloadyuzu-2f4a1e0d599df022a41e86a08cfb479212f75214.tar.gz
yuzu-2f4a1e0d599df022a41e86a08cfb479212f75214.tar.xz
yuzu-2f4a1e0d599df022a41e86a08cfb479212f75214.zip
citra-qt: Enable high-DPI widgets on Mac app
The OS will render the widgets using the system screen DPI (instead of being locked at @1x resolution). This has no impact on the existing high-DPI rendering code in Citra, which means that the resolution of the emulated content is increased to the real number of pixels, as on other platforms.
Diffstat (limited to 'src')
-rw-r--r--src/citra_qt/Info.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/citra_qt/Info.plist b/src/citra_qt/Info.plist
index 0e5f092e5..4c89e128b 100644
--- a/src/citra_qt/Info.plist
+++ b/src/citra_qt/Info.plist
@@ -32,5 +32,9 @@
32 <true/> 32 <true/>
33 <key>NSHumanReadableCopyright</key> 33 <key>NSHumanReadableCopyright</key>
34 <string></string> 34 <string></string>
35 <key>NSPrincipalClass</key>
36 <string>NSApplication</string>
37 <key>NSHighResolutionCapable</key>
38 <string>True</string>
35</dict> 39</dict>
36</plist> 40</plist>