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
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