index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
glue
Age
Commit message (
Expand
)
Author
2023-08-08
core: remove ResultVal type
Liam
2023-07-22
core: implement GetGaiStringErrorRequest, IContextRegistrar
Liam
2023-03-12
kernel: convert KProcess to new style
Liam
2023-03-06
hle: rename legacy errors to Results
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-28
hle_ipc: Rename ReadBuffer to ReadBufferCopy
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-05-09
service: notifa: Implement most part of this service
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-06
service/notif: Add notif:a and stub ListAlarmSettings,Initialize
german77
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-11-02
general: Remove MakeResult helpers
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-07-14
service: Append service name prefix to common filenames
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-24
glue: Add ectx:aw placeholder
german77
2021-04-19
arp: Use type alias for issue function
Lioncash
2021-04-19
arp: Prevent uninitialized read of launch member variable
Lioncash
2021-04-09
Merge pull request #6171 from german77/services
bunnei
2021-04-09
bgtc: Update to 12.x and implement OpenTaskService
Morph
2021-04-08
arp: Use proper names, update to 12.x
german77
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-04-29
style: Change AMs & Glues error codes to be dec instead of hex
David Marcec
2019-06-25
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-24
glue: Implement arp:w and arp:r services
Zach Hilman
2019-06-24
glue: Add errors for glue/arp services
Zach Hilman
2019-06-24
glue: Add scaffolding for bgtc:t and bgtc:sc services
Zach Hilman
2019-06-24
glue: Add manager to keep track of application registry
Zach Hilman