index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
hle_ipc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-11
1
-1
/
+4
*
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
1
-2
/
+14
*
IPC: Don't attempt to read the command buffer if it holds a Close request.
Subv
2018-01-07
1
-0
/
+5
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-52
/
+55
*
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2018-01-07
1
-1
/
+2
*
IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.
Subv
2018-01-07
1
-1
/
+1
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-13
/
+17
*
hle_ipc: Only copy necessary fields for outgoing command buffer.
bunnei
2017-10-19
1
-1
/
+1
*
hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.
bunnei
2017-10-19
1
-14
/
+11
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-4
/
+19
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-68
/
+84
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-1
/
+1
*
Kernel/IPC: Support translation of null handles
Yuri Kunde Schlesner
2017-06-21
1
-7
/
+12
*
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-19
1
-0
/
+5
*
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+4
*
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
1
-4
/
+90
*
Kernel: Add methods in HLERequestContext abstracting handle creation
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+9
*
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-08
1
-0
/
+2
*
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+2
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+22