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
*
service: use const references for input raw data
Liam
2024-02-01
1
-4
/
+4
*
cmif_types: improve ergonomics of types
Liam
2024-01-26
1
-7
/
+7
*
service: add template serializer for method calls
Liam
2024-01-25
1
-201
/
+82
*
jit: use code memory handles correctly
Liam
2023-12-29
3
-18
/
+144
*
am/jit: reference memory instance from context
Liam
2023-12-25
1
-1
/
+1
*
service: fetch objects from the client handle table
Liam
2023-12-25
1
-8
/
+4
*
core: refactor emulated cpu core activation
Liam
2023-12-04
1
-2
/
+4
*
jit: add support for relr-type relocations
Liam
2023-10-11
1
-2
/
+34
*
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