diff --git a/.gitignore b/.gitignore index 63831e5..0de3ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,8 @@ RSPRecomp .cache .idea build-* -cmake-build-* \ No newline at end of file +cmake-build-* + +# devenv +.devenv* +devenv.lock \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cdda09..88e3a93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/lib/rt64 b/lib/rt64 index 7af9cb6..acb06fe 160000 --- a/lib/rt64 +++ b/lib/rt64 @@ -1 +1 @@ -Subproject commit 7af9cb63e57006ccf94cd054f42a37f866f0487d +Subproject commit acb06fe08da6aa69f83dde9692ca533b18c68b78