| Age | Commit message (Collapse) | Author |
|
externals: Bump dynarmic to 6.4.0
|
|
service: nfc: Implement mifare service
|
|
Respect render mode override
|
|
|
|
Same behavior, but without memory churn.
|
|
The optionals are unconditionally dereferenced when setting the custom
error text, and in a few cases this function is called using the default
value of the optionals.
This means we'd be dereferencing uninitialized storage.
Since they're used unconditionally, we can use value_or to set a default
when storage is uninitialized.
|
|
|
|
|
|
|
|
|
|
Deduplicates callback definitions and situates it in one place.
|
|
Deduplicates a lot of long callback declarations
|
|
Deduplicates really long std::function declarations to make the
interface nicer to read.
|
|
CMakeLists: Remove version specifier for lz4
|
|
This isn't used, so it can be removed to make the function a little
nicer.
|
|
Avoids churning allocations in a loop.
|
|
id is an int value, not a u32.
|
|
|
|
Currently the exported version of lz4 provided by vcpkg is malformed and
is "unknown". This makes querying for a specific version broken.
Fixes configuring CMake with the use of vcpkg.
|
|
|
|
|
|
|
|
|
|
|
|
Uses the tagged, versioned release instead.
|
|
cmake: prefer system libraries
|
|
Vulkan: Implement Alpha coverage
|
|
|
|
|
|
service_thread: fix uninitialized memory usage
|
|
|
|
hle: service: audio: Use default service thread.
|
|
Configuration: Add per-game input profiles
|
|
vulkan_common: promote extension usages to core when possible
|
|
yuzu-cmd: link SDL2 correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
externals: don't install xbyak as part of yuzu install
|
|
externals: update dynarmic, SDL2
|
|
|