Savestates: Multi-threaded compression, use ZSTD

This commit is contained in:
Elad Ashkenazi 2024-05-11 06:44:57 +03:00
parent 7c313703a2
commit 66008d5ca4
17 changed files with 985 additions and 24 deletions

View file

@ -114,6 +114,8 @@ if(MSVC)
add_compile_options(/wd4530 /utf-8) # C++ exception handler used, but unwind semantics are not enabled
endif()
set(ALLOW_DUPLICATE_CUSTOM_TARGETS TRUE)
add_subdirectory(3rdparty)
if (DISABLE_LTO)