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
/
service
/
jit
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: rename global memory references to application memory
Liam
2023-03-24
1
-2
/
+2
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-3
/
+3
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-6
/
+6
*
service: refactor server architecture
Liam
2023-02-21
2
-10
/
+9
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-14
1
-2
/
+2
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-2
/
+2
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-2
/
+2
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-29
1
-3
/
+3
*
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-25
1
-3
/
+3
*
common: consolidate ELF structure definitions
Liam
2022-06-05
1
-24
/
+8
*
service: jit: document and clean up
Liam
2022-04-25
3
-132
/
+225
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
4
-12
/
+8
*
service: jit: Implement the JIT service
Liam
2022-04-13
3
-6
/
+774
*
service: jit: stub JIT service
Liam
2022-04-07
2
-0
/
+73