72 Commits (d4f8fe24d943c8ef54eb24d2d7e3c1488a7f10bd)

Author SHA1 Message Date
Tobias 5993133d5e
Address review comment 7 years ago
Lioncash a47aaa7f1b core/kernel/object: Rename ResetType enum members 7 years ago
Weiyi Wang 8d6342384b HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread 7 years ago
Lioncash fbb82e61e3 kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional 7 years ago
Lioncash 221613d4ea kernel/server_session: Make data members private 7 years ago
Lioncash 1f0c8bfeda core/kernel: Remove unnecessary inclusions 7 years ago
Zach Hilman 170d707850 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman a56fc84e7a hle_ipc: Use event pair for SleepClientThread 7 years ago
Lioncash 90a981a03a kernel/process: Make the handle table per-process 7 years ago
Lioncash baed7e1fba kernel/thread: Make all instance variables private 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 7 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
Lioncash ff5024ee2a hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const 7 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Lioncash a2304fad16 kernel: Remove unnecessary includes 8 years ago
Lioncash dbfe82773d thread: Convert ThreadStatus into an enum class 8 years ago
Lioncash ff500a7b68 hle_ipc: Introduce generic WriteBuffer overload for multiple container types 8 years ago
Lioncash af2698dcea hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteBuffer() overloads 8 years ago
Lioncash 46458e7284 core/memory, core/hle/kernel: Use std::move where applicable 8 years ago
bunnei 170e19d4ea nvflinger: Fix for BufferQueue event handling. 8 years ago
David Marcec a7d6c0d6ea No need to use ASSERT_MSG with an empty message 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
mailwl a27befe456 IPC: skip empty buffer write 8 years ago
David Marcec fd86cdb2e2 Added RequestWithContext & ControlWithContext 8 years ago
David ff2f0d980a GetSharedFontInOrderOfPriority (#381) 8 years ago
Lioncash 40dee76c57
kernel: Migrate logging macros to fmt-compatible ones 8 years ago
bunnei f4ba523992 hle_ipc, fsp_srv: Cleanup logging. 8 years ago
bunnei eef097bdc7 hle_ipc: Do not ensure write buffer size. 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
bunnei c86af6939c hle_ipc: Add SleepClientThread to block current thread within HLE routines. 8 years ago
bunnei 2faa83ca13 hle_ipc: Use shared_ptr instead of unique_ptr to allow copies. 8 years ago
bunnei 019f1a0cf0 hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer. 8 years ago
mailwl 1289a3c3c1 Add warning if Domain request has no domain message header 8 years ago
mailwl 827152d1fd Fix: change check for domain order and existance of domain message header 8 years ago
mailwl 1572c45aa0 IPC: add domain header to response if only it exists in request 8 years ago
mailwl 6797d4a907 Service/hid: stub some functions 8 years ago
bunnei 88bfec37ce hle_ipc: Remove const from WriteBuffer size. 8 years ago
bunnei 6fd19f05f1 hle_ipc: Add GetReadBufferSize and check write buffer size. 8 years ago
bunnei fc1b425520 hle_ipc: Add helper functions for reading and writing buffers. 8 years ago
bunnei 1ce6fff064 hle_ipc: Add helper functions for reading and writing buffers. 8 years ago
bunnei 27bad0598a hle: Integrate Domain handling into ServerSession. 8 years ago
bunnei 67758857e4 hle: Remove Domain and SyncObject kernel objects. 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
River City Ransomware dd62f125c3 Fixes some cast warnings, partial port of citra #3064 (#106) 8 years ago
gdkchan 59575d5cae Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) 8 years ago
bunnei b588cbcb1d hle_ipc: Clang format. 8 years ago
bunnei 30cb98f874 ipc: Implement domain command CloseVirtualHandle. 8 years ago