summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2021-05-21 13:24:08 -0400
committerGravatar Lioncash2021-05-21 13:24:11 -0400
commit922d5187c4fd9034d0a75b511a790e3d37b7cf09 (patch)
tree0af792e5acd265d49ddb872c59822639f43614ca
parentMerge pull request #6248 from A-w-x/intelmesa (diff)
downloadyuzu-922d5187c4fd9034d0a75b511a790e3d37b7cf09.tar.gz
yuzu-922d5187c4fd9034d0a75b511a790e3d37b7cf09.tar.xz
yuzu-922d5187c4fd9034d0a75b511a790e3d37b7cf09.zip
CMakeLists: Update zstd to 1.5.0
zstd 1.5.0 brings numerous performance improvements to the library, as can be seen here: https://github.com/facebook/zstd/releases/tag/v1.5.0
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3faa2b5ac..e70f29636 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -174,7 +174,7 @@ macro(yuzu_find_packages)
174 "lz4 1.8 lz4/1.9.2" 174 "lz4 1.8 lz4/1.9.2"
175 "nlohmann_json 3.8 nlohmann_json/3.8.0" 175 "nlohmann_json 3.8 nlohmann_json/3.8.0"
176 "ZLIB 1.2 zlib/1.2.11" 176 "ZLIB 1.2 zlib/1.2.11"
177 "zstd 1.4 zstd/1.4.8" 177 "zstd 1.5 zstd/1.5.0"
178 # can't use opus until AVX check is fixed: https://github.com/yuzu-emu/yuzu/pull/4068 178 # can't use opus until AVX check is fixed: https://github.com/yuzu-emu/yuzu/pull/4068
179 #"opus 1.3 opus/1.3.1" 179 #"opus 1.3 opus/1.3.1"
180 ) 180 )