mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Update dependencies
Update Qt to 6.6.0 Update yaml-cpp to 0.8.0 (support for more data types, cmake changes) Update FAudio to 23.10 (now defaults to WASAPI on Win10+) Update pugixml 1.14 (better error handling) Update SDL to 2.28.4 (third-party DualSense fix)
This commit is contained in:
parent
e3613e7dc1
commit
ec916d1f5f
9 changed files with 19 additions and 17 deletions
2
3rdparty/yaml-cpp/CMakeLists.txt
vendored
2
3rdparty/yaml-cpp/CMakeLists.txt
vendored
|
@ -3,6 +3,8 @@
|
|||
# to disable it...
|
||||
# So we just install it to a different directory
|
||||
set(YAML_CPP_INSTALL OFF CACHE BOOL "Don't install YAML")
|
||||
set(YAML_CPP_DISABLE_UNINSTALL ON CACHE BOOL "Disable yaml-cpp uninstall")
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX_OLD ${CMAKE_INSTALL_PREFIX})
|
||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/yaml-cpp_install)
|
||||
|
||||
|
|
2
3rdparty/yaml-cpp/yaml-cpp
vendored
2
3rdparty/yaml-cpp/yaml-cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 0b67821f307e8c6bf0eba9b6d3250e3cf1441450
|
||||
Subproject commit 456c68f452da09d8ca84b375faa2b1397713eaba
|
Loading…
Add table
Add a link
Reference in a new issue