| Age | Commit message (Collapse) | Author |
|
hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
|
|
|
|
Depends on https://github.com/yuzu-emu/build-environments/pull/69
clang-15 primary run
|
|
kernel: fix incorrect locking order in suspension
|
|
|
|
kernel: KPageTable: update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
timing: wait for completion on unregister
|
|
|
|
|
|
|
|
Revert "k_page_group: synchronize"
|
|
|
|
|
|
|
|
|
|
|
|
Indicates explicitly that a copy is occurring
|
|
Allows the use of HLERequestContext::ReadBufferSpan
|
|
Allows the use of HLERequestContext::ReadBufferSpan
|
|
|
|
The usages of the Parcel class were already unique to either Read or Write operations.
Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span.
|
|
|
|
|
|
|
|
Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector
|
|
|
|
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
|
|
|