- 04 Dec, 2021 2 commits
-
-
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 3 commits
- 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 8 commits
- 28 Nov, 2021 7 commits
-
-
Fernando S authored
TextureCache: Eliminate format deduction as full depth conversion has been supported.
-
Fernando Sahmkow authored
-
bunnei authored
Core: Stub services and functions needed for checkpoint
-
bunnei authored
settings: Add debug setting to enable all controllers
-
Narr the Reg authored
Used in checkpoint homebrew
-
Narr the Reg authored
Used in checkpoint homebrew
-
german77 authored
-
- 27 Nov, 2021 5 commits
-
-
Narr the Reg authored
Used in checkpoint homebrew
-
Fernando S authored
Project Kraken: Input rewrite
-
Fernando Sahmkow authored
-
german77 authored
-
german77 authored
-
- 26 Nov, 2021 3 commits
-
-
bunnei authored
video_core/codecs: fix multiple decoding issues on Linux
-
Narr the Reg authored
-
Fernando Sahmkow authored
-