From 2f4a1e0d599df022a41e86a08cfb479212f75214 Mon Sep 17 00:00:00 2001
From: Pierre de La Morinerie
Date: Fri, 11 Sep 2015 22:08:15 +0200
Subject: 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.
---
src/citra_qt/Info.plist | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'src')
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 @@
NSHumanReadableCopyright
+ NSPrincipalClass
+ NSApplication
+ NSHighResolutionCapable
+ True
--
cgit v1.2.3