Age | Commit message (Collapse) | Author |
|
|
|
Fix a bug with the Reverb command in reading from the pre delay line
|
|
kernel: add missing header for libc++
|
|
Service: USB, SSL, PSC: Update
|
|
input_common: joycon: Add stick input from passive reports
|
|
service: acc: Replace default image with a 32x32 image
|
|
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)) {}
~~~~~^
|
|
Intial -> Initial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: miscellaneous cleanups
|
|
kernel: support for 16.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: HLE multiprocess
|
|
|
|
service: avoid direct pointer access of transfer memory objects
|
|
service: btm: Fix handle functions
|
|
Partial LTO
|
|
|
|
|
|
|
|
texture_cache: Add asynchronous ASTC texture decoding
|
|
|
|
input_common: Implement dedicated motion from mouse
|
|
core: Update service function tables to 16.0.0+
|
|
core: hidbus: Fix BusType size
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|