| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KSharedMemory, KSpinLock
|
|
|
|
KPriorityQueue
|
|
|
|
|
|
|
|
|
|
KScopedSchedulerLockAndSleep, KThreadQueue to new style
|
|
|
|
kernel: add timer pointer to KThreadQueue
|
|
service: nfp: Improve implementation
|
|
native_clock: Re-adjust the RDTSC frequency to its real frequency
|
|
|
|
kernel: clone fpu status on CreateThread
|
|
hle: rename legacy errors to Results
|
|
kernel: fix WaitSynchronization
|
|
SpeedLimiting is SC only. Since MC is performance oriented we should check for it first to skip checking use_speed_limit.
|
|
general: fix type inconsistencies
|
|
|
|
And also demote Audren and CoreTiming to High thread priority.
|
|
|
|
|
|
|
|
|
|
core_timing: Reduce CPU usage on Windows
|
|
|
|
kernel: add missing header for libc++
|
|
Service: USB, SSL, PSC: Update
|
|
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)) {}
~~~~~^
|
|
|
|
|
|
|
|
|
|
|