Age | Commit message (Collapse) | Author |
|
- Fixes a crash in Megadimension Neptunia VII.
|
|
- Fixes a potential deadlock on service thread shutdown.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
down.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- This would have limited value, and would be a mess to handle properly.
|
|
|
|
|
|
- Useful purely for debugging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignment
|
|
ClearNpadCaptureButtonAssignment
Used by ring fit adventure 1.2.0
|
|
|
|
|
|
|
|
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)
|