summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/hle_ipc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-02ipc: Add support for PopIpcInterface() method.bunnei1-0/+12
2018-05-01GetSharedFontInOrderOfPriority (#381)David1-5/+5
2018-03-19hle_ipc: Add SleepClientThread to block current thread within HLE routines.bunnei1-0/+20
2018-03-19hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.bunnei1-5/+5
2018-03-19hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.bunnei1-2/+2
2018-02-16Service/hid: stub some functionsmailwl1-0/+2
2018-02-14hle_ipc: Remove const from WriteBuffer size.bunnei1-1/+1
2018-02-14hle_ipc: Add GetReadBufferSize and check write buffer size.bunnei1-0/+3
2018-02-14hle_ipc: Add helper functions for reading and writing buffers.bunnei1-0/+12
2018-01-25ipc_helpers: Make interface domain agnostic and add header validation.bunnei1-1/+12
2018-01-25hle: Integrate Domain handling into ServerSession.bunnei1-14/+2
2018-01-18Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)gdkchan1-0/+6
2018-01-17IPC: Push domain objects as move handles when not in a domain.Subv1-0/+8
2018-01-16clang-formatMerryMage1-2/+2
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-12core: Fix recent GCC build breaks.bunnei1-2/+2
2018-01-11IPC: Corrected some definitions for the buffer C descriptor flags.Subv1-0/+4
2018-01-07IPC: Add functions to read the input move/copy objects from an IPC request.Subv1-0/+12
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv1-22/+17
2018-01-07IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.Subv1-2/+6
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei1-5/+24
2017-11-01service: Return proper result code for IPC::CommandType::Close.bunnei1-1/+1
2017-10-19hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.bunnei1-0/+8
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei1-1/+2
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-2/+23
2017-06-19Kernel/IPC: Make HLERequestContext usable from outside kernelYuri Kunde Schlesner1-3/+4
2017-06-12Kernel/IPC: Use boost::small_vector for HLE context objectsYuri Kunde Schlesner1-1/+3
2017-06-11Kernel: Allow clearing request_objects to re-use buffer spaceYuri Kunde Schlesner1-0/+7
2017-06-11Kernel: Basic support for IPC translation for HLE servicesYuri Kunde Schlesner1-2/+35
2017-06-11Kernel: Add methods in HLERequestContext abstracting handle creationYuri Kunde Schlesner1-0/+3
2017-06-11ServiceFramework: Use separate copy of command bufferYuri Kunde Schlesner1-3/+6
2017-06-08Service: Add new ServiceFramework framework for writing HLE servicesYuri Kunde Schlesner1-2/+34
2017-06-06Kernel: Remove some unnecessary namespace qualificationsYuri Kunde Schlesner1-4/+6
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner1-1/+2
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner1-0/+52