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.
This commit is contained in:
Pierre de La Morinerie 2015-09-11 22:08:15 +02:00
parent 3e2b782f5f
commit 11e08f4d23

View file

@ -32,5 +32,9 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>