You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
comex
4a35569921
Fixes:
- Add missing virtual destructor on `SSLBackend`.
- On Windows, filter out `POLLWRBAND` (one of the new flags added) when
calling `WSAPoll`, because despite the constant being defined on
Windows, passing it calls `WSAPoll` to yield `EINVAL`.
- Reduce OpenSSL version requirement to satisfy CI; I haven't tested
whether it actually builds (or runs) against 1.1.1, but if not, I'll
figure it out.
- Change an instance of memcpy to memmove, even though the arguments
cannot overlap, to avoid a [strange GCC
error](https://github.com/yuzu-emu/yuzu/pull/10912#issuecomment-1606283351 ).
3 years ago
..
FidelityFX-FSR
Update FSR to 1.0.2
5 years ago
SDL @ f17058b562
externals: update dynarmic, SDL2
4 years ago
Vulkan-Headers @ 63af1cf1ee
externals: update Vulkan-Headers to v1.3.246
3 years ago
cmake-modules
cmake: move find-modules to root cmake dir
4 years ago
cpp-httplib @ 6d963fbe8d
externals: Update cpp-httplib to latest
3 years ago
cpp-jwt @ e12ef06218
yuzu: Add ui files for multiplayer rooms
4 years ago
cubeb @ 48689ae7a7
externals: update cubeb
3 years ago
demangle
cmake: prefer system llvm library
4 years ago
discord-rpc @ 20cc99aeff
externals: Use yuzu-emu/discord-rpc to provide Discord integration
4 years ago
dynarmic @ 7da378033a
externals: Update dynarmic to include latest patch.
3 years ago
enet @ 39a72ab199
network: Add initial files and enet dependency
4 years ago
ffmpeg
cmake: download architecture-specific ffmpeg for android
3 years ago
getopt
chore: make yuzu REUSE compliant
4 years ago
glad
cmake: apply defaults to all externals
3 years ago
inih
cmake: prefer system libraries
4 years ago
libadrenotools @ 5cd3f5c5ce
android: externals: Update libadrenotools, use useLegacyPackaging.
3 years ago
libusb
cmake: apply defaults to all externals
3 years ago
mbedtls @ 8c88150ca1
externals: Update mbedtls to 8c88150ca
5 years ago
microprofile
microprofile: Avoid crashing due to OOB stack pos
3 years ago
nx_tzdb
nx_tzdb: Directly reference variables in if statements
3 years ago
opus
cmake: apply defaults to all externals
3 years ago
sirit @ ab75463999
externals: Update sirit
4 years ago
stb
textures: add BC1 and BC3 compressors and recompression setting
3 years ago
vcpkg @ cbf56573a9
externals: Update vcpkg to 2023.06.17
3 years ago
xbyak @ a1ac3750f9
externals: update dynarmic, xbyak
4 years ago
CMakeLists.txt
Merge pull request #10739 from zeltermann/sdl-cpuinfo
3 years ago