- Jul 14, 2022
- Jul 11, 2022
-
-
bunnei authored
kernel: fix usage of waiter_list in Finalize
-
- Jul 10, 2022
-
-
Fernando S authored
renderer_(gl/vk): Implement ASTC_10x6_UNORM
-
Fernando S authored
Rework CoreTiming events
-
Kelebek1 authored
-
Kelebek1 authored
-
liamwhite authored
Core timing: use only one thread.
-
- Jul 09, 2022
-
-
Liam authored
-
- Jul 08, 2022
-
-
Mai authored
core/arm: better support for backtrace generation
-
- Jul 07, 2022
-
-
liamwhite authored
kernel: clean up waiting implementation
-
Fernando S authored
service: hid: Correct some mistakes and add more validations
-
Morph authored
settings: Consolidate RangedSetting's with regular ones
-
- Jul 06, 2022
- Jul 05, 2022
- Jul 03, 2022
-
-
Morph authored
Update translations (2022-07-01)
-
- Jul 02, 2022
-
-
Fernando Sahmkow authored
-
Liam authored
-
- Jul 01, 2022
-
-
Fernando S authored
cpu_manager: properly check idle on return from preemption
-
Morph authored
dynarmic: Stop ReadCode callbacks to unmapped addresses
-
The yuzu Community authored
-
- Jun 30, 2022
-
-
Liam authored
-
lat9nq authored
Currently to access the SP register, RegRead and RegWrite rely on a out-of-bounds array access to reach the next element in a struct. As of writing only git versions of GCC catch this error. Specify the SP register when we want to access it in these functions.
-
lat9nq authored
The latest git version of GCC has issues with my diamond inheritance shenanigans. Since that's now two compilers that don't like it I thought it'd be best to just axe all of it and just have the two templates like before. This rolls the features of BasicRangedSetting into BasicSetting, and likewise RangedSetting into Setting. It also renames them from BasicSetting and Setting to Setting and SwitchableSetting respectively. Now longer name corresponds to more complex thing.
-
Fernando S authored
Core: Remake Core Timing
-
Fernando Sahmkow authored
-
Fernando S authored
Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"
-
- Jun 29, 2022
-
-
lat9nq authored
-