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
/
k_port.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: implement light IPC
Liam
2023-12-07
1
-0
/
+9
*
kernel: remove kernel_
Liam
2023-03-13
1
-6
/
+6
*
kernel: convert KPort, KSession
Liam
2023-03-13
1
-19
/
+18
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-1
/
+0
*
kernel: invert session request handling flow
Liam
2022-10-31
1
-6
/
+0
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-1
/
+1
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager.
bunnei
2022-03-15
1
-1
/
+6
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-1
/
+1
*
hle: kernel: k_port: Use AcceptSession to ensure SessionList state is correct.
bunnei
2021-05-21
1
-1
/
+1
*
hle: kernel: Implement CloneCurrentObject and improve session management.
bunnei
2021-05-21
1
-5
/
+2
*
kernel: Eliminate variable shadowing
Lioncash
2021-05-08
1
-2
/
+2
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-06
1
-0
/
+68