index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
ipc.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2021-05-10
hle: ipc: Add declarations for TIPC.
bunnei
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2021-01-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-03-20
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-05
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-02-06
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2018-10-24
kernel/errors: Remove now-unused, unnecessary, error codes
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-13
ipc: minor fix
Valentin Vanelslande
2018-05-30
add IPC CommandType & Some HID FunctionInfo (#487)
greggameplayer
2018-05-17
Added RequestWithContext & ControlWithContext
David Marcec
2018-05-01
ipc: Add support for PopIpcInterface() method.
bunnei
2018-02-13
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-01-18
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...
gdkchan
2018-01-17
ipc: Implement domain command CloseVirtualHandle.
bunnei
2018-01-16
clang-format
MerryMage
2018-01-10
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
IPC: Use the correct size when pushing raw data to the command buffer and fix...
Subv
2017-10-31
hle: Use Switch formatted result codes.
bunnei
2017-10-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-06-11
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-03-18
move push out of class body and add u8 u16 bool specializations
Lectem
2017-02-26
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-13
HLE/IPC: Fix uninitialized variables in helpers (#2568)
Yuri Kunde Schlesner
2016-12-30
fix comments alignment
Lectem
2016-12-26
IPC helpers
Lectem
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-09
Kernel/IPC: Small codestyle cleanup
Subv
2016-12-08
Use std::move where appropriate.
Subv