diff options
author | mobserveur <mobserveur@gmail.com> | 2024-06-18 10:19:08 +0200 |
---|---|---|
committer | mobserveur <mobserveur@gmail.com> | 2024-06-18 10:19:08 +0200 |
commit | 7e11007cd6188fbdd93847596baf7b57a122e81d (patch) | |
tree | 095ee4337092146e880ad29bc8174c94daf2d174 /indra/newview | |
parent | 58d93108b48a878992e59992fb96605f684fed77 (diff) |
SDL 2 Window completions and HiDPI support
This commit completes the SDL 2 support and adds HiDPI support for Mac.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/Info-SecondLife.plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index 09b0e1ec1b..cc8edfadb8 100644 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -34,6 +34,10 @@ <string>${MACOSX_BUNDLE_COPYRIGHT}</string> <key>NSMicrophoneUsageDescription</key> <string>For voice chat, you must grant permission for Second Life to use the microphone.</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.games</string> + <key>NSHighResolutionCapable</key> + <true/> <key>CFBundleDocumentTypes</key> <array> <dict> |