| Age | Commit message (Collapse) | Author |
|
39-bit paging
|
|
|
|
kernel: match calls to Register and Unregister
|
|
settings: rename extended memory layout to unsafe, move from general to system
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
kernel: use KTypedAddress for addresses
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KSharedMemory, KSpinLock
|
|
|
|
KPriorityQueue
|
|
|
|
|
|
|
|
|
|
KScopedSchedulerLockAndSleep, KThreadQueue to new style
|
|
|
|
kernel: add timer pointer to KThreadQueue
|
|
kernel: clone fpu status on CreateThread
|
|
hle: rename legacy errors to Results
|
|
kernel: fix WaitSynchronization
|
|
general: fix type inconsistencies
|
|
|
|
|
|
|
|
|
|
|
|
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)) {}
~~~~~^
|
|
|
|
service: miscellaneous cleanups
|
|
|
|
|
|
|