- 05 Dec, 2021 14 commits
-
-
ameerj authored
-
ameerj authored
-
ameerj authored
-
ameerj authored
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.
-
ameerj authored
-
ameerj authored
-
ameerj authored
reduces much of the duplication between the color/depth variants
-
ameerj authored
-
Morph authored
core/hid: Add missing controller type
-
german77 authored
-
Fernando S authored
native_clock: Wait for less time in EstimateRDTSCFrequency
-
bunnei authored
core/hid: Ensure only valid npad are connected
-
german77 authored
-
- 04 Dec, 2021 3 commits
-
-
bunnei authored
video_core/codecs: more robust ffmpeg hwdecoder selection logic
-
Morph authored
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.
-
bunnei authored
general: Replace high_resolution_clock with steady_clock
-
- 03 Dec, 2021 7 commits
-
-
liushuyu authored
... to fix build on Flatpak (and self-builds)
-
liushuyu authored
* skip impersonated VAAPI implementaions ("imposter detection") * place VAAPI priority below CUDA/NVDEC/CUVID
-
liushuyu authored
-
liushuyu authored
-
bunnei authored
service: am: ISelfController: Stub SaveCurrentScreenshot
-
Morph authored
- Used by Disney Magical World 2: Enchanted Edition
-
Morph authored
yuzu: Implement basic controller UI navigation
-
- 02 Dec, 2021 2 commits
- 01 Dec, 2021 2 commits
-
-
Mai M authored
Update translations (2021-12-01)
-
The yuzu Community authored
-
- 30 Nov, 2021 8 commits
-
-
bunnei authored
service: friend: Implement GetCompletionEvent
-
Morph authored
- Used by Super Bomberman R Online
-
Narr the Reg authored
core: hid: Post kraken cleanup
-
Narr the Reg authored
-
Morph authored
Allows us to be more explicit with the representation of button states and use the provided bit manipulation operators
-
Morph authored
We were previously truncating this to a u32 as there were no known buttons that used the full 64 bits of this type. Fix this now that we know they are used.
-
Morph authored
This represents a bitmask for all pressed buttons
-
Morph authored
This also moves the use of DisableConfiguration to the destructor.
-
- 29 Nov, 2021 4 commits