early-access version 3101

This commit is contained in:
pineappleEA
2022-11-10 00:45:30 +01:00
parent 842c60bef9
commit 7c3242f6da
14 changed files with 67 additions and 35 deletions
+1 -1
View File
@@ -385,6 +385,6 @@ if (NOT APPLE)
target_compile_definitions(yuzu PRIVATE HAS_OPENGL)
endif()
if (ARCHITECTURE_x86_64)
if (ARCHITECTURE_x86_64 OR ARCHITECTURE_arm64)
target_link_libraries(yuzu PRIVATE dynarmic)
endif()