Update RT64 and disable retina

This commit is contained in:
David Chavez
2025-12-11 13:22:16 +01:00
parent c3d98d511a
commit 7391a20657
3 changed files with 11 additions and 2 deletions
+5 -1
View File
@@ -65,4 +65,8 @@ RSPRecomp
.cache
.idea
build-*
cmake-build-*
cmake-build-*
# devenv
.devenv*
devenv.lock
+5
View File
@@ -49,6 +49,11 @@ if (RECOMP_FLATPAK)
add_compile_definitions(RECOMP_FLATPAK)
endif()
# Disable Apple Retina display support in plume (Zelda doesn't support retina yet)
if (APPLE)
set(APPLE_RETINA_ENABLED OFF CACHE BOOL "" FORCE)
endif()
add_subdirectory(${CMAKE_SOURCE_DIR}/lib/rt64 ${CMAKE_BINARY_DIR}/rt64)
# set(BUILD_SHARED_LIBS_SAVED "${BUILD_SHARED_LIBS}")