Commit History

Author SHA1 Message Date
  Lioncash 90a981a03a kernel/process: Make the handle table per-process 7 years ago
  fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
  Lioncash ff5024ee2a hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const 8 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 22fd3f0026 hle_ipc: Make constructors explicit where applicable 8 years ago
  Lioncash ff500a7b68 hle_ipc: Introduce generic WriteBuffer overload for multiple container types 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
  bunnei fadab1d5f3 ipc: Add support for PopIpcInterface() method. 8 years ago
  David ff2f0d980a GetSharedFontInOrderOfPriority (#381) 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 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 1ce6fff064 hle_ipc: Add helper functions for reading and writing buffers. 8 years ago
  bunnei f0035420d7 ipc_helpers: Make interface domain agnostic and add header validation. 8 years ago
  bunnei 27bad0598a hle: Integrate Domain handling into ServerSession. 8 years ago
  gdkchan 59575d5cae Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) 8 years ago
  Subv 5bc14e791a IPC: Push domain objects as move handles when not in a domain. 8 years ago
  MerryMage e35644c005 clang-format 8 years ago
  bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
  bunnei 039fc7f985 core: Fix recent GCC build breaks. 8 years ago
  Subv ab86b80cac IPC: Corrected some definitions for the buffer C descriptor flags. 8 years ago
  Subv 32847d8b86 IPC: Add functions to read the input move/copy objects from an IPC request. 8 years ago
  Subv 0368324f79 IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests. 8 years ago
  Subv 226786f0b0 IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects. 8 years ago
  bunnei dcdaac8a0b kernel: Fix implementation of ConvertSessionToDomain. 8 years ago