dynarmic: Update and enable DYNARMIC_IGNORE_ASSERTS

This commit is contained in:
Merry 2021-08-15 16:13:28 +01:00
parent 1770503185
commit af6290ed12
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ target_include_directories(catch-single-include INTERFACE catch/single_include)
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)
endif()

2
externals/dynarmic vendored

@ -1 +1 @@
Subproject commit 7946868af49d403fe54c92d2d60ef986513d1fec
Subproject commit 517e35f845e010788b6febe42fd6ddb187b8c236