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_session.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: implement remaining IPC syscalls
Liam
2023-12-06
1
-0
/
+4
*
kernel: remove kernel_
Liam
2023-03-13
1
-1
/
+1
*
kernel: convert KPort, KSession
Liam
2023-03-13
1
-22
/
+17
*
kernel: invert session request handling flow
Liam
2022-10-31
1
-2
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
2021-06-05
1
-1
/
+4
*
kernel: Add missing override specifiers
Lioncash
2021-05-29
1
-6
/
+4
*
hle: kernel: Implement CloneCurrentObject and improve session management.
bunnei
2021-05-21
1
-0
/
+4
*
kernel: Eliminate variable shadowing
Lioncash
2021-05-08
1
-1
/
+1
*
fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
2021-05-06
1
-11
/
+11
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-06
1
-13
/
+1
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-06
1
-2
/
+2
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
2021-05-06
1
-0
/
+108