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
*
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