- 08 Mar, 2023 8 commits
- 07 Mar, 2023 1 commit
-
-
liamwhite authored
core_timing: Reduce CPU usage on Windows
-
- 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 16 commits
-
-
Narr the Reg authored
-
german77 authored
-
Narr the Reg authored
-
Narr the Reg authored
-
Narr the Reg 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.
-
Morph authored
-
Morph authored
This utilizes undocumented NtDll functions to change the current timer resolution from the default of 1ms.
-
Morph authored
This implementation provides a consistent, high performance, and high resolution clock where/when std::chrono::steady_clock does not provide sufficient precision.
-
- 04 Mar, 2023 2 commits
- 03 Mar, 2023 1 commit
-
-
bunnei authored
kernel: support for 16.0.0
-
- 02 Mar, 2023 4 commits