diff options
author | bunnei <bunneidev@gmail.com> | 2021-05-25 23:41:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 23:41:40 +0200 |
commit | 8094743f63d0c080dcfe0117904ceb626f171b0f (patch) | |
tree | ce49b5cb8f50af99ea8e581a00f3f78889b2e1df | |
parent | Merge pull request #6353 from german77/handheld_docked (diff) | |
parent | CMakeLists: Update zstd to 1.5.0 (diff) | |
download | yuzu-8094743f63d0c080dcfe0117904ceb626f171b0f.tar yuzu-8094743f63d0c080dcfe0117904ceb626f171b0f.tar.gz yuzu-8094743f63d0c080dcfe0117904ceb626f171b0f.tar.bz2 yuzu-8094743f63d0c080dcfe0117904ceb626f171b0f.tar.lz yuzu-8094743f63d0c080dcfe0117904ceb626f171b0f.tar.xz yuzu-8094743f63d0c080dcfe0117904ceb626f171b0f.tar.zst yuzu-8094743f63d0c080dcfe0117904ceb626f171b0f.zip |
-rw-r--r-- | CMakeLists.txt | 2 |
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) "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.8 nlohmann_json/3.8.0" "ZLIB 1.2 zlib/1.2.11" - "zstd 1.4 zstd/1.4.8" + "zstd 1.5 zstd/1.5.0" # can't use opus until AVX check is fixed: https://github.com/yuzu-emu/yuzu/pull/4068 #"opus 1.3 opus/1.3.1" ) |