| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
timing: wait for completion on unregister
|
|
|
|
|
|
|
|
Revert "k_page_group: synchronize"
|
|
|
|
|
|
|
|
|
|
|
|
kernel: workaround static shared memory initialization
|
|
|
|
|
|
|
|
|
|
|
|
hle_ipc: Refactor ReadBuffer to set buffer size upon initialization
|
|
Set: Allow setting device nickname
|
|
hle_ipc: Reserve vectors before populating
|
|
Initializing the vector size during initialization is more efficient than a later call to resize()
|
|
|
|
|
|
Used by Just DanceĀ® 2023 Edition
|
|
|
|
|
|
general: improve handling of system startup failure
|
|
Correctly unlock mutex before its destruction
As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case
Swap out unique for scoped lock and readd comment
|
|
|
|
kernel: Ensure relevant class members are always initialized on construction
|
|
service: nfc: Implement mifare service
|
|
|
|
|
|
|
|
|
|
|
|
service_thread: fix uninitialized memory usage
|
|
|
|
hle: service: audio: Use default service thread.
|
|
general: fix compile for Apple Clang
|
|
service: nifm: Update stubs for Submit/GetRequestState/GetResult
|
|
|
|
nvdrv: Simplify builder declarations
|
|
producer_listener: Add virtual destructor to IProducerListener
|