Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
|
|
microprofile: Avoid crashing due to OOB stackPos
|
|
Add support for deinterlaced video 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.
|
|
|
|
|
|
|
|
|
|
|
|
externals: Update dynarmic to 6.4.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tests: update catch2 to 3.0.1
|
|
Add stacktrace symbol demangling
|
|
|
|
|
|
|
|
Port over several shader-compiler fixes from skyline
|
|
|
|
|
|
|
|
|
|
cmake: allow options shadowing with normal variables
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
cmake: correct find modules
|
|
|
|
|
|
Uses the tagged, versioned release instead.
|
|
cmake: prefer system libraries
|
|
vulkan_common: promote extension usages to core when possible
|
|
|