1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

Change: [OSX] Render screen in full native resolution on HiDPI displays.

This commit is contained in:
Michael Lutz
2021-01-07 21:18:25 +01:00
parent 8906e9e0fd
commit 0fc763bc55
4 changed files with 45 additions and 6 deletions

View File

@@ -29,5 +29,7 @@
<string>Copyright 2004-${CURRENT_YEAR} The OpenTTD team</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>