diff --git a/.gitmodules b/.gitmodules index 72562af..55acbb5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "lib/lunasvg"] path = lib/lunasvg url = https://github.com/sammycage/lunasvg -[submodule "lib/sse2neon"] - path = lib/sse2neon - url = https://github.com/DLTcollab/sse2neon.git [submodule "lib/N64ModernRuntime"] path = lib/N64ModernRuntime url = https://github.com/N64Recomp/N64ModernRuntime.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c660365..f3b4517 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,7 +176,6 @@ target_include_directories(Zelda64Recompiled PRIVATE ${CMAKE_SOURCE_DIR}/lib/rt64/src ${CMAKE_SOURCE_DIR}/lib/rt64/src/rhi ${CMAKE_SOURCE_DIR}/lib/rt64/src/render - ${CMAKE_SOURCE_DIR}/lib/sse2neon ${CMAKE_SOURCE_DIR}/lib/freetype-windows-binaries/include ${CMAKE_SOURCE_DIR}/lib/rt64/src/contrib/nativefiledialog-extended/src/include ${CMAKE_BINARY_DIR}/shaders diff --git a/lib/N64ModernRuntime b/lib/N64ModernRuntime index d17a3f3..50029c7 160000 --- a/lib/N64ModernRuntime +++ b/lib/N64ModernRuntime @@ -1 +1 @@ -Subproject commit d17a3f34cb223ef51865ae99d1eb8339ab796043 +Subproject commit 50029c70fdc5c90f08d6e1198df6462a54aa3f40 diff --git a/lib/sse2neon b/lib/sse2neon deleted file mode 160000 index 42c7047..0000000 --- a/lib/sse2neon +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 42c704755d3ec218ed9126a122f0a667beeb630a