Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | citra-qt: Enable high-DPI widgets on Mac app | Pierre de La Morinerie | 2015-10-04 | 1 | -0/+4 |
| | | | | | | | | | 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. | ||||
* | citra-qt: Use custom Info.plist for Mac builds | Pierre de La Morinerie | 2015-10-04 | 1 | -0/+36 |
Instead of letting CMake re-generate an automatic Info.plist file on every build, use our own. This allows greater control on the application bundle settings. |