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
/
arm
/
nce
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merge pull request #12417 from liamwhite/arm64-gcc-fix
Fernando S
2023-12-20
2
-2
/
+6
|
\
|
|
|
|
nce: hide shadowing warnings from dynarmic headers
|
*
nce: hide shadowing warnings from dynarmic headers
Liam
2023-12-20
2
-2
/
+6
|
|
*
|
nce: increase handler stack size
Liam
2023-12-19
1
-1
/
+1
|
|
*
|
nce: fix read size in simd immediate emulation
Liam
2023-12-19
1
-1
/
+2
|
/
*
nce: adjust initialization for repeated calls
Liam
2023-12-12
1
-8
/
+11
|
*
nce: implement instruction emulation for misaligned memory accesses
Liam
2023-12-11
7
-41
/
+3842
|
*
Merge pull request #12236 from liamwhite/cpu-refactor
Fernando S
2023-12-06
5
-249
/
+166
|
\
|
|
|
|
core: refactor emulated cpu core activation
|
*
core: refactor emulated cpu core activation
Liam
2023-12-04
5
-249
/
+166
|
|
*
|
nce: fix pre-text patch for single modules
Liam
2023-12-02
1
-0
/
+2
|
/
*
core: Rename patcher file
GPUCode
2023-11-29
3
-2
/
+2
|
*
oaknut: Address warnings
GPUCode
2023-11-25
1
-4
/
+0
|
*
Address more review comments
GPUCode
2023-11-25
2
-5
/
+8
|
*
arm_nce: skip data aborts for crash handling parity
Liam
2023-11-25
1
-3
/
+11
|
*
patch: check offsets from first code word
Liam
2023-11-25
1
-3
/
+4
|
*
arm_nce: skip dc cvac on possibly write-protected areas
Liam
2023-11-25
1
-3
/
+1
|
*
Address some review comments
GPUCode
2023-11-25
3
-17
/
+9
|
*
arm: Implement native code execution backend
Liam
2023-11-25
8
-0
/
+1530