- 13 Jul, 2021 3 commits
- 12 Jul, 2021 5 commits
-
-
Ameer J authored
DMAEngine: Introduce Accelerate DMA.
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
Fixes build issues on clang.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 11 Jul, 2021 2 commits
- 10 Jul, 2021 4 commits
-
-
Fernando Sahmkow authored
-
Ameer J authored
Buffer Cache: Fix High downloads / Fence manager: Improve fence checking.
-
Fernando Sahmkow authored
-
ameerj authored
Some titles crash if the FPS limit is disabled when launching. This change ensures that titles launch with the limit in-place to avoid issues. In order to simplify the change, the UI toggle was removed as it will always be overridden at launch to be disabled. The setting can still be toggled during gameplay with the hotkey, and indicated by the fps label in the status bar.
-
- 09 Jul, 2021 13 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando S authored
core,common,yuzu qt: Add CPU accuracy option 'Auto'
-
Morph authored
yuzu qt: config: Only save renderer_debug as a global setting
-
lat9nq authored
This is a bug fix. Enabling graphics debug mode, then saving a custom configuration causes graphics debugging to be saved and read from the custom configuration. Isolate it the same way we isolate the CPU settings.
-
ReinUsesLisp authored
Allow the usage of git worktrees on yuzu.
-
- 08 Jul, 2021 13 commits
-
-
Ameer J authored
common: Add stateful thread worker and unique function utilities
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
FernandoS27 authored
-
FernandoS27 authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
lat9nq authored
Decouples the CPU debugging mode from the enumeration to its own boolean. After this, it moves the CPU Debugging tab over to a sub tab underneath the Debug tab in the configuration UI.
-
lat9nq authored
-
lat9nq authored
Old CPU Accuracy setting won't translate well into since we're adding one at the beginning of the list. On first boot with the new setting, just use the default setting.
-
lat9nq authored
Now sets optimizations regardless of the Settings. Drops unsafe fastmem optimization.
-
lat9nq authored
The current CPU accuracy settings in yuzu are fairly polarized and require more than common knowledge to know what the optimal settings for yuzu would be. This adds a curated option called 'Auto' that applies a few at the moment known-good unsafe optimizations to Dynarmic.
-