Remove now unnecessary macOS hack for blurry displays that causes some other issues

This commit is contained in:
Hecklezz
2025-12-30 21:02:34 +10:00
parent 1e1ea00373
commit 0ed565ca1f
-5
View File
@@ -2506,11 +2506,6 @@ elseif (DARWIN)
PROPERTIES
RESOURCE Firestorm.xib
LINK_FLAGS_RELEASE "${LINK_FLAGS_RELEASE} -Xlinker -dead_strip"
#<FS:TS> Force the SDK version in the linked executable to be 10.12. This will fool
# macOS into using the pre-Mojave display system, avoiding the blurry display that
# otherwise occurs when upscaling the viewer to Retina resolution levels.
LINK_FLAGS_RELEASE "${LINK_FLAGS_RELEASE} -Xlinker -platform_version -Xlinker macos -Xlinker ${CMAKE_OSX_DEPLOYMENT_TARGET} -Xlinker 10.12"
)
if(HAVOK)
set_target_properties(${VIEWER_BINARY_NAME}