- 10 Mar, 2023 5 commits
-
-
liamwhite authored
kernel: add timer pointer to KThreadQueue
-
liamwhite authored
service: nfp: Improve implementation
-
liamwhite authored
OpenGL: Prefer glClientWaitSync for OGLSync objects
-
liamwhite authored
native_clock: Re-adjust the RDTSC frequency to its real frequency
-
Narr the Reg authored
-
- 09 Mar, 2023 3 commits
- 08 Mar, 2023 21 commits
-
-
bunnei authored
input_common: Increase mouse sensitivity range
-
liamwhite authored
hle: rename legacy errors to Results
-
liamwhite authored
kernel: fix WaitSynchronization
-
liamwhite authored
Check all swizzle components for red, not just [0]
-
Morph authored
SpeedLimiting is SC only. Since MC is performance oriented we should check for it first to skip checking use_speed_limit.
-
Morph authored
general: fix type inconsistencies
-
Morph authored
kernel: avoid signed overflow UB on MSVC
-
Morph authored
common: make BitCast constexpr
-
Morph authored
-
Morph authored
And also demote Audren and CoreTiming to High thread priority.
-
Morph authored
It was experimentally determined to be sufficient.
-
Morph authored
We want to synchronize RDTSC to real time.
-
Morph authored
-
Morph authored
The RDTSC frequency reported by CPUID is not accurate to its true frequency. We will spawn a separate thread to calculate the true RDTSC frequency after a measurement period of 30 seconds has elapsed.
-
Narr the Reg authored
-
Liam authored
-
german77 authored
-
Liam authored
-
Liam authored
-
Liam authored
-
Liam authored
-
- 07 Mar, 2023 2 commits
- 06 Mar, 2023 8 commits
-
-
liamwhite authored
Fix a bug with the Reverb command in reading from the pre delay line
-
liamwhite authored
kernel: add missing header for libc++
-
liamwhite authored
Service: USB, SSL, PSC: Update
-
liamwhite authored
input_common: joycon: Add stick input from passive reports
-
liamwhite authored
service: acc: Replace default image with a 32x32 image
-
liamwhite authored
fix typo in settings.h
-
Jan Beich authored
In file included from src/core/hle/kernel/k_light_lock.cpp:4: In file included from src/./core/hle/kernel/k_light_lock.h:8: src/./core/hle/kernel/k_scoped_lock.h:25:51: error: no member named 'addressof' in namespace 'std' explicit KScopedLock(T& l) : KScopedLock(std::addressof(l)) {} ~~~~~^
-
Ikko Eltociear Ashimine authored
Intial -> Initial
-
- 05 Mar, 2023 1 commit
-
-
Narr the Reg authored
-