Lioncash
|
6383653a8d
hle_ipc: Add member function for querying the existence of a domain header
|
7 лет назад |
Lioncash
|
0cc347462d
hle_ipc: Make GetDomainMessageHeader return a regular pointer
|
7 лет назад |
Lioncash
|
90a981a03a
kernel/process: Make the handle table per-process
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
8 лет назад |
Lioncash
|
ff5024ee2a
hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const
|
8 лет назад |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 лет назад |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 лет назад |
Lioncash
|
22fd3f0026
hle_ipc: Make constructors explicit where applicable
|
8 лет назад |
Lioncash
|
ff500a7b68
hle_ipc: Introduce generic WriteBuffer overload for multiple container types
|
8 лет назад |
Lioncash
|
46458e7284
core/memory, core/hle/kernel: Use std::move where applicable
|
8 лет назад |
bunnei
|
170e19d4ea
nvflinger: Fix for BufferQueue event handling.
|
8 лет назад |
bunnei
|
fadab1d5f3
ipc: Add support for PopIpcInterface() method.
|
8 лет назад |
David
|
ff2f0d980a
GetSharedFontInOrderOfPriority (#381)
|
8 лет назад |
bunnei
|
c86af6939c
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
|
8 лет назад |
bunnei
|
2faa83ca13
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
|
8 лет назад |
bunnei
|
019f1a0cf0
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
|
8 лет назад |
mailwl
|
6797d4a907
Service/hid: stub some functions
|
8 лет назад |
bunnei
|
88bfec37ce
hle_ipc: Remove const from WriteBuffer size.
|
8 лет назад |
bunnei
|
6fd19f05f1
hle_ipc: Add GetReadBufferSize and check write buffer size.
|
8 лет назад |
bunnei
|
1ce6fff064
hle_ipc: Add helper functions for reading and writing buffers.
|
8 лет назад |
bunnei
|
f0035420d7
ipc_helpers: Make interface domain agnostic and add header validation.
|
8 лет назад |
bunnei
|
27bad0598a
hle: Integrate Domain handling into ServerSession.
|
8 лет назад |
gdkchan
|
59575d5cae
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)
|
8 лет назад |
Subv
|
5bc14e791a
IPC: Push domain objects as move handles when not in a domain.
|
8 лет назад |
MerryMage
|
e35644c005
clang-format
|
8 лет назад |
bunnei
|
1247c53786
yuzu: Update license text to be consistent across project.
|
8 лет назад |
bunnei
|
039fc7f985
core: Fix recent GCC build breaks.
|
8 лет назад |
Subv
|
ab86b80cac
IPC: Corrected some definitions for the buffer C descriptor flags.
|
8 лет назад |
Subv
|
32847d8b86
IPC: Add functions to read the input move/copy objects from an IPC request.
|
8 лет назад |
Subv
|
0368324f79
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
|
8 лет назад |