Abandoned Cart
fd0ef5411c
externals: Update vcpkg to 2023.06.17
Fixes for zlib and qt5
3 years ago
Abandoned Cart
1cae01f5d5
externals: update vcpkg to 2023.06.14
Since vcpkg doesn't set version numbers between releases, one was assigned in the proper format
3 years ago
zeltermann
0c04e27df3
Re-enable SDL's CPUinfo subsystem
See https://github.com/libsdl-org/SDL/issues/7809 .
Disabling CPUinfo triggers a bug in SDL's audio subsystem, which breaks
SDL's JACK output on Linux. We're lucky it hasn't broken anything else.
3 years ago
lat9nq
73036c83a3
nx_tzdb: Create headers from downloaded system archive data
Use lat9nq/tzdb_to_nx release data to generate header files.
nx_tzdb: Use an interface library
nx_tzdb: Gate download if achive not exists
nx_tzdb: Fix header generator brace closing
nx_tzdb: Add base directory files
nx_tzdb: Add SPDX info
3 years ago
bunnei
17b5ed9baf
android: externals: Update libadrenotools, use useLegacyPackaging.
3 years ago
Liam
ee10cdad35
cmake: download architecture-specific ffmpeg for android
3 years ago
Liam
616cf70a80
build: only enable adrenotools on arm64
3 years ago
Liam
f7a3f1ddf4
externals: add adrenotools for bcenabler
3 years ago
bunnei
851b1008a8
cmake: Integrate bundled FFmpeg for Android.
3 years ago
Morph
9950a388d2
externals: Update to fmt 10 and add format_as formatter for BitField
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
3 years ago
ameerj
fee91096ca
microprofile: Avoid crashing due to OOB stack pos
3 years ago
Alexandre Bouvier
9c3c7ec009
cmake: apply defaults to all externals
3 years ago
Liam
415c78b87c
textures: add BC1 and BC3 compressors and recompression setting
3 years ago
Danila Malyutin
7701a00a02
Add support for deinterlaced videos playback
This is a follow up to #10254 to improve the playback of cut scenes in Layton's Mystery Journey.
It uses ffmpeg's yadif filter for deinterlacing.
3 years ago
Danila Malyutin
e5c2ec223a
externals: update cubeb
3 years ago
Danila Malyutin
55d740fffa
externals: update cubeb ( #10362 )
3 years ago
bunnei
7eb17f3aa5
externals: Update dynarmic to include latest patch.
3 years ago
bunnei
e46074a2e3
externals: Update dynarmic to include latest patch.
3 years ago
Merry
432d754d7d
externals: Update dynarmic to 6.4.7
3 years ago
Merry
2ddecb9631
externals: Update dynarmic to 6.4.6
3 years ago
Jan Beich
083d913eab
externals: update Vulkan-Headers to v1.3.246
3 years ago
Morph
032e5b983c
vcpkg: Update vcpkg to 2023.02.24
3 years ago
Alexandre Bouvier
0245c5dc49
externals: use openssl from vcpkg
3 years ago
Alexandre Bouvier
2bf9602e83
cmake: fix cpp-jwt build
3 years ago
Alexandre Bouvier
83afc12475
externals: Update cpp-httplib to latest
3 years ago
Merry
3f852c61d1
dynarmic: Update to 6.4.5
3 years ago
Alexandre Bouvier
34b1ea9c19
cmake: prefer system llvm library
3 years ago
Kelebek1
31229dd245
Change licenses
3 years ago
Merry
2817af0961
externals: Update dynarmic to 6.4.4
3 years ago
Kelebek1
80a55c1663
Add stacktrace symbol demangling
3 years ago
Liam
1ee0540f82
externals: update dynarmic, xbyak
3 years ago
Billy Laws
12b4c9c04c
externals: Update sirit
3 years ago
Alexandre Bouvier
7a2bd13f5b
cmake: support the standard cmake testing option
3 years ago
Alexandre Bouvier
eceee8c3d9
cmake: move find-modules to root cmake dir
3 years ago
Alexandre Bouvier
306c791e67
cmake: allow options shadowing with normal variables
3 years ago
Alexandre Bouvier
1dfcf19c36
cmake: improve find_package failure messages
3 years ago
Liam
9ce23bde24
cmake: make Vulkan-Headers external the default
3 years ago
Liam
be43b62d79
cmake: make libusb optional
3 years ago
Jan Beich
b60a93a936
externals: update Vulkan-Headers to v1.3.238
3 years ago
Andrea Pappacoda
4447c9a46e
build: tweak the find modules even more
As described in
https://github.com/yuzu-emu/yuzu/pull/9395#discussion_r1047456172
checking for PKG_CONFIG_FOUND before calling pkg_search_module() is
unneeded, and some find modules (like FindFFmpeg.cmake) don't do this
already. Consequently, this patch removes these checks.
3 years ago
Alexandre Bouvier
bb3440f7c4
cmake: correct find modules
3 years ago
Alexandre Bouvier
f385175aa2
cmake: prefer system libusb
3 years ago
Morph
7381f873e9
externals: Bump dynarmic to 6.4.0
Uses the tagged, versioned release instead.
3 years ago
Alexandre Bouvier
8e17b5469f
cmake: prefer system libraries
3 years ago
Liam
0cbfdf7ecb
yuzu-cmd: link SDL2 correctly
3 years ago
Liam
18831e0933
vulkan_common: clean up extension usage
3 years ago
Liam
6d2c597371
externals: update dynarmic, SDL2
3 years ago
Jan Beich
14440b195c
externals: disable xbyak install targets after cbaf642ffe
Prevent yuzu from trying to install bundled xbyak as it'd likely
conflict with system xbyak package.
Error: Orphaned: include/xbyak/xbyak.h
Error: Orphaned: include/xbyak/xbyak_bin2hex.h
Error: Orphaned: include/xbyak/xbyak_mnemonic.h
Error: Orphaned: include/xbyak/xbyak_util.h
Error: Orphaned: lib/cmake/xbyak/xbyak-config-version.cmake
Error: Orphaned: lib/cmake/xbyak/xbyak-config.cmake
Error: Orphaned: lib/cmake/xbyak/xbyak-targets.cmake
3 years ago
lat9nq
5ff19890e9
CMake: Fix FFmpeg find module
Uses find_package_handle_standard_args to handle the find_package call
from the root CMakeLists. Removes all the unnecessary logic after the
find_package and just sets it to REQUIRED.
3 years ago
ameerj
5695ae6bdd
externals: Update dynarmic
Includes precompiled headers commit
3 years ago