[Scummvm-tracker] [ScummVM :: Bugs] #11430: macOS: blurry content on Retina displays

ScummVM :: Bugs trac at scummvm.org
Tue Dec 15 18:47:06 UTC 2020


#11430: macOS: blurry content on Retina displays
-----------------------+-------------------------------------
  Reporter:  dwatteau  |      Owner:  criezy
      Type:  defect    |     Status:  closed
  Priority:  normal    |  Component:  Port: Mac OS X
Resolution:  fixed     |   Keywords:  retina,dark mode,blurry
      Game:            |
-----------------------+-------------------------------------
Comment (by dwatteau):

 Hi,

 For what it's worth, It looks like the following content can be put back
 in Info.plist:


 {{{
 <key>NSRequiresAquaSystemAppearance</key>
 <false/>
 }}}

 if:

 * you keep the current SDL_HINT_RENDER_DRIVER OpenGL workaround (as per
 merged PR 2494)
 * and build with a 11.0 SDK (while still targeting older macOS versions).

 This way, you obtain a macOS app with no blurry effect on Retina screens,
 but Dark Mode works again.

 As tested on macOS 11.0.1 (20B29).

 I'm also thinking of this, since you might want to upgrade to the 11.0 SDK
 (and associated Xcode) to make a Universal x86_64/arm64 build, at some
 point.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/11430#comment:17>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list