- 07 Jan, 2022 1 commit
-
-
german77 authored
-
- 06 Jan, 2022 4 commits
-
-
Fernando S authored
video_core/memory_manager: Fixes for sparse memory management
-
Mai M authored
externals/dynarmic: update to the latest revision
-
liushuyu authored
... to resolve compilation errors with fmt 8.1
-
bunnei authored
configure_per_game: Initialize tabs after loading custom configuration
-
- 05 Jan, 2022 7 commits
-
-
Mai M authored
glsl: Remove unreachable return
-
Mai M authored
Update translations (2022-01-05)
-
The yuzu Community authored
-
lat9nq authored
Changes tab initialization to happen after the configuration is loaded, which means that it no longer happens as member initializers in the ConfigurePerGame constructor. Removes the cluster of ??_tab->SetConfiguration's that I added earlier to get around this issue initially. Fixes a regression in #6774
-
Narr the Reg authored
-
Narr the Reg authored
-
bunnei authored
Add support for linking against system Opus
-
- 04 Jan, 2022 7 commits
-
-
bunnei authored
core:hle:service:nvflinger Implement few type in bufferqueue query method
-
Fernando S authored
gpu: Add shut down method to synchronize threads before destruction
-
bunnei authored
ShaderDecompiler: Add a debug option to dump the game's shaders.
-
ameerj authored
-
Fernando Sahmkow authored
-
bunnei authored
gpu: Use std::stop_token in WaitFence for VSync thread
-
- 03 Jan, 2022 5 commits
-
-
bunnei authored
core/hid: Add fallback to fullkey controllers
-
bunnei authored
yuzu: Fix UI elements not updating correctly
-
bunnei authored
controller_applet: Only populate supported controllers
-
ameerj authored
Fixes a hang that may occur when stopping emulation and the VSync thread is blocked on the syncpoint condition variable.
-
Fernando S authored
core: hle: kernel: Implement thread pinning.
-
- 02 Jan, 2022 4 commits
-
-
Fernando S authored
vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Windows drivers
-
Fernando S authored
shaders: Add fixes for NVIDIA drivers 495+
-
german77 authored
-
german77 authored
-
- 01 Jan, 2022 3 commits
-
-
german77 authored
-
Fernando S authored
texture_cache/util: Fix s32 overflow when resolving overlaps
-
ameerj authored
-
- 31 Dec, 2021 5 commits
- 30 Dec, 2021 4 commits
-
-
bunnei authored
- We largely had the mechanics in place for thread pinning, this change hooks these up. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_thread_pinning.cpp.
-
german77 authored
-
bunnei authored
core: hle: kernel: Updated implementation of svcSetHeapSize.
-
ameerj authored
-