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
/
glue
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: Append service name prefix to common filenames
Morph
2021-07-14
3
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
3
-11
/
+11
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
glue: Add ectx:aw placeholder
german77
2021-04-24
3
-0
/
+47
*
arp: Use type alias for issue function
Lioncash
2021-04-19
1
-4
/
+4
*
arp: Prevent uninitialized read of launch member variable
Lioncash
2021-04-19
1
-1
/
+1
*
Merge pull request #6171 from german77/services
bunnei
2021-04-10
2
-3
/
+10
|
\
|
*
arp: Use proper names, update to 12.x
german77
2021-04-09
2
-3
/
+10
*
|
bgtc: Update to 12.x and implement OpenTaskService
Morph
2021-04-09
2
-1
/
+34
|
/
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
5
-16
/
+19
*
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-11-08
1
-0
/
+1
*
style: Change AMs & Glues error codes to be dec instead of hex
David Marcec
2020-04-28
1
-4
/
+4
*
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-26
4
-28
/
+61
*
glue: Implement arp:w and arp:r services
Zach Hilman
2019-06-25
2
-0
/
+328
*
glue: Add errors for glue/arp services
Zach Hilman
2019-06-25
3
-0
/
+58
*
glue: Add scaffolding for bgtc:t and bgtc:sc services
Zach Hilman
2019-06-25
2
-0
/
+73
*
glue: Add manager to keep track of application registry
Zach Hilman
2019-06-25
2
-0
/
+119