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
/
ipc.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-03-21
1
-22
/
+22
|
\
|
*
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2019-02-06
1
-22
/
+22
*
|
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-05
1
-2
/
+2
|
/
*
kernel/errors: Remove now-unused, unnecessary, error codes
Lioncash
2018-10-24
1
-5
/
+0
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
ipc: minor fix
Valentin Vanelslande
2018-09-13
1
-1
/
+1
*
add IPC CommandType & Some HID FunctionInfo (#487)
greggameplayer
2018-05-30
1
-0
/
+3
*
Added RequestWithContext & ControlWithContext
David Marcec
2018-05-17
1
-0
/
+2
*
ipc: Add support for PopIpcInterface() method.
bunnei
2018-05-02
1
-0
/
+1
*
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-14
1
-0
/
+4
*
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)
gdkchan
2018-01-18
1
-0
/
+4
*
ipc: Implement domain command CloseVirtualHandle.
bunnei
2018-01-17
1
-1
/
+6
*
clang-format
MerryMage
2018-01-16
1
-6
/
+5
*
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-11
1
-2
/
+2
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-112
/
+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
/
+8
*
hle: Use Switch formatted result codes.
bunnei
2017-11-01
1
-1
/
+0
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-0
/
+10
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-64
/
+125
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-4
/
+4
*
ServiceFramework: Use separate copy of command buffer
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+3
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-25
1
-0
/
+7
*
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
1
-3
/
+4
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-27
1
-2
/
+2
*
HLE/IPC: Fix uninitialized variables in helpers (#2568)
Yuri Kunde Schlesner
2017-02-14
1
-3
/
+3
*
fix comments alignment
Lectem
2016-12-30
1
-22
/
+22
*
IPC helpers
Lectem
2016-12-26
1
-48
/
+63
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-1
/
+1
*
Kernel/IPC: Small codestyle cleanup
Subv
2016-12-09
1
-2
/
+0
*
Use std::move where appropriate.
Subv
2016-12-08
1
-0
/
+162