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
/
svc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/svc: convert to new style
Liam
2023-03-13
18
-295
/
+185
*
kernel: convert KPort, KSession
Liam
2023-03-13
2
-3
/
+3
*
general: fix spelling mistakes
Liam
2023-03-12
2
-2
/
+2
*
Merge pull request #9916 from liamwhite/fpu
liamwhite
2023-03-09
1
-0
/
+3
|
\
|
*
kernel: clone fpu status on CreateThread
Liam
2023-03-08
1
-0
/
+3
*
|
kernel: fix WaitSynchronization
Liam
2023-03-05
1
-16
/
+29
|
/
*
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-03-01
2
-32
/
+24
|
\
|
*
service: refactor server architecture
Liam
2023-02-21
2
-32
/
+24
*
|
svc: Fix type consistency (exposed on macOS)
Merry
2023-02-21
10
-34
/
+34
|
/
*
kernel: add KObjectName
Liam
2023-02-17
1
-3
/
+51
*
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-15
22
-108
/
+115
|
\
|
*
kernel: use GetCurrentProcess
Liam
2023-02-13
22
-108
/
+115
*
|
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
2023-02-14
3
-3
/
+3
*
|
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
2023-02-14
3
-3
/
+3
|
/
*
kernel/svc: Fix undefined info_id
Colin Kinloch
2023-02-11
1
-2
/
+2
*
kernel/svc: switch to generated wrappers
Liam
2023-02-07
37
-258
/
+1809
*
kernel/svc: Split implementations into separate files
Liam
2023-02-05
36
-0
/
+2997