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_helpers.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
IPC: Push domain objects as move handles when not in a domain.
Subv
2018-01-17
1
-2
/
+20
*
IPC: Allow passing arguments to the Interfaces when using PushIpcInterface
Subv
2018-01-11
1
-3
/
+3
*
IPC: Take the number of domain objects as a parameter in MakeBuilder.
Subv
2018-01-07
1
-2
/
+4
*
IPC: Fixed pushing ResultCodes into the command buffer.
Subv
2018-01-07
1
-5
/
+7
*
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
1
-0
/
+16
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.
Subv
2018-01-07
1
-215
/
+25
*
IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.
Subv
2018-01-07
1
-5
/
+14
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-0
/
+14
*
ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).
bunnei
2017-10-18
1
-3
/
+4
*
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-15
1
-1
/
+1
*
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-10-15
1
-71
/
+51
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-6
/
+6
*
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
1
-0
/
+3
*
IPC: Add Pop/PushObjects methods to RequestParser/Builder
Yuri Kunde Schlesner
2017-06-11
1
-10
/
+103
*
IPC: Add basic HLERequestContext support to RequestParser/Builder
Yuri Kunde Schlesner
2017-06-11
1
-1
/
+32
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+2
*
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
1
-1
/
+7
*
fix #2560 and other comments
Lectem
2017-03-18
1
-2
/
+2
*
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
1
-46
/
+106
*
refactor APT service to use the new IPC helpers
Lectem
2017-03-18
1
-0
/
+12
*
fix wwylele's comment and use typename in templates
Lectem
2017-02-05
1
-4
/
+4
*
move Pop methods out of class body
Lectem
2016-12-26
1
-72
/
+88
*
IPC helpers
Lectem
2016-12-26
1
-0
/
+259