| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This increases the memory heap size for constructing precompiled headers to 2x the default.
|
|
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment
|
|
Used by ring fit adventure 1.2.0
|
|
|
|
|
|
|
|
Co-authored-by: Mai M. <mathew1800@gmail.com>
|
|
ClearNpadCaptureButtonAssignment
Used by ring fit adventure 1.2.0
|
|
|
|
|
|
|
|
emit_spirv.h is included in video_core, which was propagating further includes that video_core did not depend on.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The image view itself can be queried to see if it is being rescaled or not, removing the need to pass the upscale/down shift factors from the texture cache.
|
|
|
|
|
|
reduces much of the duplication between the color/depth variants
|
|
|
|
This reverts commit d20f91da11fe7c5d5f1bd4f63cc3b4d221be67a4, reversing
changes made to 5082712b4e44ebfe48bd587ea2fa38767b7339cb.
|
|
Used by Skyline modding framework
|
|
|
|
native_clock: Wait for less time in EstimateRDTSCFrequency
|
|
|
|
|
|
|
|
|
|
video_core/codecs: more robust ffmpeg hwdecoder selection logic
|
|
In my testing, waiting for 200ms provided the same level of precision as the previous implementation when estimating the RDTSC frequency.
This significantly improves the yuzu executable launch times since we reduced the wait time from 3 seconds to 200 milliseconds.
|
|
general: Replace high_resolution_clock with steady_clock
|
|
... to fix build on Flatpak (and self-builds)
|
|
* skip impersonated VAAPI implementaions ("imposter detection")
* place VAAPI priority below CUDA/NVDEC/CUVID
|