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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
core: Fix recent GCC build breaks.
bunnei
2018-01-12
1
-2
/
+2
*
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-11
1
-0
/
+4
*
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
1
-0
/
+12
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-22
/
+17
*
IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.
Subv
2018-01-07
1
-2
/
+6
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-5
/
+24
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-11-01
1
-1
/
+1
*
hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.
bunnei
2017-10-19
1
-0
/
+8
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-1
/
+2
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-2
/
+23
*
Kernel/IPC: Make HLERequestContext usable from outside kernel
Yuri Kunde Schlesner
2017-06-19
1
-3
/
+4
*
Kernel/IPC: Use boost::small_vector for HLE context objects
Yuri Kunde Schlesner
2017-06-12
1
-1
/
+3
*
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+7
*
Kernel: Basic support for IPC translation for HLE services
Yuri Kunde Schlesner
2017-06-11
1
-2
/
+35
*
Kernel: Add methods in HLERequestContext abstracting handle creation
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+3
*
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-06-11
1
-3
/
+6
*
Service: Add new ServiceFramework framework for writing HLE services
Yuri Kunde Schlesner
2017-06-08
1
-2
/
+34
*
Kernel: Remove some unnecessary namespace qualifications
Yuri Kunde Schlesner
2017-06-06
1
-4
/
+6
*
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-06
1
-1
/
+2
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+52