mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-12-23 16:32:44 +00:00
Update RT64 and disable retina
This commit is contained in:
parent
c3d98d511a
commit
7391a20657
3 changed files with 11 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -66,3 +66,7 @@ RSPRecomp
|
||||||
.idea
|
.idea
|
||||||
build-*
|
build-*
|
||||||
cmake-build-*
|
cmake-build-*
|
||||||
|
|
||||||
|
# devenv
|
||||||
|
.devenv*
|
||||||
|
devenv.lock
|
||||||
|
|
@ -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}")
|
||||||
|
|
|
||||||
2
lib/rt64
2
lib/rt64
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7af9cb63e57006ccf94cd054f42a37f866f0487d
|
Subproject commit acb06fe08da6aa69f83dde9692ca533b18c68b78
|
||||||
Loading…
Add table
Reference in a new issue