Add missed zstd dependency

This commit is contained in:
DH 2025-10-04 18:02:11 +03:00
parent c4bb3e2577
commit 5cc0f4eeda
2 changed files with 5 additions and 0 deletions

View file

@ -134,6 +134,9 @@ constexpr std::pair<ppu_intrp_func_t, std::string_view> null_func{null_func_,
""};
constexpr std::pair<ppu_intrp_func_t, std::string_view> uns_func{uns_func_, ""};
// for CI, remove when clang-format-21 available
// clang-format off
// UNS = Unused
// ROOT = Root
// DBG = Debug
@ -1271,6 +1274,7 @@ const std::array<std::pair<ppu_intrp_func_t, std::string_view>, 1024>
uns_func,
uns_func, // 1020-1023 UNS
};
// clang-format on
#undef BIND_SYSC
#undef NULL_FUNC

View file

@ -110,6 +110,7 @@ target_link_libraries(rpcs3_core PUBLIC
3rdparty::zlib
3rdparty::pugixml
3rdparty::yaml-cpp
3rdparty::zstd
)
if(APPLE)