early-access version 2939

This commit is contained in:
pineappleEA
2022-09-09 01:05:23 +02:00
parent f3da2bd45c
commit da9f580778
15 changed files with 1378 additions and 311 deletions

View File

@@ -16,7 +16,6 @@ endif()
# Dynarmic
if (ARCHITECTURE_x86_64)
set(DYNARMIC_TESTS OFF)
set(DYNARMIC_NO_BUNDLED_FMT ON)
set(DYNARMIC_IGNORE_ASSERTS ON CACHE BOOL "" FORCE)
add_subdirectory(dynarmic)