summaryrefslogtreecommitdiff
path: root/src/core/hle/ipc.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2021-05-10hle: ipc: Add declarations for TIPC.bunnei
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-03-20Merge pull request #2090 from FearlessTobi/port-4599bunnei
2019-03-05core/hle/ipc: Remove unnecessary includesLioncash
2019-02-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang
2018-10-24kernel/errors: Remove now-unused, unnecessary, error codesLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-13ipc: minor fixValentin Vanelslande
2018-05-30add IPC CommandType & Some HID FunctionInfo (#487)greggameplayer
2018-05-17Added RequestWithContext & ControlWithContextDavid Marcec
2018-05-01ipc: Add support for PopIpcInterface() method.bunnei
2018-02-13hle_ipc: Add helper functions for reading and writing buffers.bunnei
2018-01-18Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...gdkchan
2018-01-17ipc: Implement domain command CloseVirtualHandle.bunnei
2018-01-16clang-formatMerryMage
2018-01-10IPC: Corrected some definitions for the buffer C descriptor flags.Subv
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Subv
2018-01-07IPC: Use the correct size when pushing raw data to the command buffer and fix...Subv
2017-10-31hle: Use Switch formatted result codes.bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-06-11ServiceFramework: Use separate copy of command bufferYuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2017-03-18move push out of class body and add u8 u16 bool specializationsLectem
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-13HLE/IPC: Fix uninitialized variables in helpers (#2568)Yuri Kunde Schlesner
2016-12-30fix comments alignmentLectem
2016-12-26IPC helpersLectem
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-09Kernel/IPC: Small codestyle cleanupSubv
2016-12-08Use std::move where appropriate.Subv