- 12 Mar, 2023 1 commit
-
-
FengChen authored
-
- 09 Mar, 2023 2 commits
- 08 Mar, 2023 13 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
general: fix type inconsistencies
-
Morph authored
kernel: avoid signed overflow UB on MSVC
-
Morph authored
common: make BitCast constexpr
-
Narr the Reg 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 14 commits
-
-
Narr the Reg authored
-
german77 authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Liam authored
-
Fernando S authored
YFC - Engines: Implement Accelerate DMA Texture.
-
Fernando Sahmkow authored
-
Morph authored
-
Morph authored
Ensures that this process is treated as a high performance process by the Windows scheduler.
-
Morph authored
We no longer support operating systems below Windows 10.
-
Morph authored
-
Morph authored
The precision of sleep_for and wait_for is limited to 1-1.5ms on Windows. Using SleepForOneTick() allows us to sleep for exactly one interval of the current timer resolution. This allows us to take advantage of systems that have a timer resolution of 0.5ms to reduce CPU overhead in the event loop.
-
Morph authored
Increases the precision of thread sleeps on Windows.
-