- 12 Jul, 2022 1 commit
-
-
lat9nq authored
-
- 11 Jul, 2022 1 commit
-
-
lat9nq authored
Solves MSVC compile error. Also drops need string use for comparison.
-
- 10 Jul, 2022 10 commits
-
-
lat9nq authored
Adds some comments, removes unused includes, and removes last bits of logging since this is before the logging backend starts up.
-
lat9nq authored
Wow fork() is nice, isn't it?
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
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.
-
- 08 Jul, 2022 1 commit
-
-
Mai authored
core/arm: better support for backtrace generation
-
- 07 Jul, 2022 3 commits
-
-
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
-
- 06 Jul, 2022 2 commits
- 05 Jul, 2022 10 commits
- 03 Jul, 2022 1 commit
-
-
Morph authored
Update translations (2022-07-01)
-
- 02 Jul, 2022 2 commits
-
-
Fernando Sahmkow authored
-
Liam authored
-
- 01 Jul, 2022 3 commits
-
-
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
-
- 30 Jun, 2022 6 commits
-
-
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"
-