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
/
kernel
/
hle_ipc.cpp
Age
Commit message (
Expand
)
Author
2018-01-10
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-07
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
IPC: Don't attempt to read the command buffer if it holds a Close request.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
IPC: Skip the entire u64 of the command id when receiving an IPC request.
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-18
hle_ipc: Only copy necessary fields for outgoing command buffer.
bunnei
2017-10-18
hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.
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-21
Kernel/IPC: Support translation of null handles
Yuri Kunde Schlesner
2017-06-18
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-11
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
Kernel: Add methods in HLERequestContext abstracting handle creation
Yuri Kunde Schlesner
2017-06-08
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner