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
/
init
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Remove unused includes
ameerj
2021-11-04
1
-2
/
+0
*
hle: kernel: Use host memory allocations for KSlabMemory.
bunnei
2021-05-21
1
-1
/
+9
*
hle: kernel: Move slab resource counts to Kernel.
bunnei
2021-05-06
2
-32
/
+31
*
fixup! hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-06
1
-6
/
+2
*
fixup! hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-06
1
-8
/
+8
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
2
-5
/
+5
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-06
1
-1
/
+3
*
hle: kernel: Migrate KResourceLimit to KAutoObject.
bunnei
2021-05-06
1
-2
/
+4
*
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-06
1
-0
/
+2
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.
bunnei
2021-05-06
1
-1
/
+3
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-06
1
-0
/
+2
*
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-06
1
-1
/
+3
*
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-06
2
-4
/
+7
*
hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-06
2
-0
/
+225