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

4
.gitignore vendored
View file

@ -66,3 +66,7 @@ RSPRecomp
.idea .idea
build-* build-*
cmake-build-* cmake-build-*
# devenv
.devenv*
devenv.lock

View file

@ -49,6 +49,11 @@ if (RECOMP_FLATPAK)
add_compile_definitions(RECOMP_FLATPAK) add_compile_definitions(RECOMP_FLATPAK)
endif() 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) add_subdirectory(${CMAKE_SOURCE_DIR}/lib/rt64 ${CMAKE_BINARY_DIR}/rt64)
# set(BUILD_SHARED_LIBS_SAVED "${BUILD_SHARED_LIBS}") # set(BUILD_SHARED_LIBS_SAVED "${BUILD_SHARED_LIBS}")

@ -1 +1 @@
Subproject commit 7af9cb63e57006ccf94cd054f42a37f866f0487d Subproject commit acb06fe08da6aa69f83dde9692ca533b18c68b78