index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
ipc_helpers.h
Age
Commit message (
Expand
)
Author
2018-01-10
IPC: Allow passing arguments to the Interfaces when using PushIpcInterface
Subv
2018-01-07
IPC: Take the number of domain objects as a parameter in MakeBuilder.
Subv
2018-01-07
IPC: Fixed pushing ResultCodes into the command buffer.
Subv
2018-01-07
IPC: Add functions to read the input move/copy objects from an IPC request.
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-12-29
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-10-17
ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).
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
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
IPC: Add Pop/PushObjects methods to RequestParser/Builder
Yuri Kunde Schlesner
2017-06-11
IPC: Add basic HLERequestContext support to RequestParser/Builder
Yuri Kunde Schlesner
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-03-18
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
fix #2560 and other comments
Lectem
2017-03-18
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
refactor APT service to use the new IPC helpers
Lectem
2017-02-05
fix wwylele's comment and use typename in templates
Lectem
2016-12-26
move Pop methods out of class body
Lectem
2016-12-26
IPC helpers
Lectem