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
/
aoc
/
aoc_u.h
Age
Commit message (
Expand
)
Author
2024-02-23
aoc: Rename AOC_U to IAddOnContentManager
FearlessTobi
2024-02-19
aoc: Migrate to use cmif serialization
FearlessTobi
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-04
service: aoc: Stub NotifyUnmountAddOnContent
Morph
2021-11-04
service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent
Morph
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-06-24
hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2020-12-08
aoc_u: Stub Create(Permanent)EcPurchasedEventManager
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-09-22
Rebase
David Marcec
2019-09-22
Deglobalize System: Aoc
David Marcec
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-10-19
aoc_u: Stub GetAddOnContentListChangedEvent
Zach Hilman
2018-09-30
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
aoc_u: Implement Count, List and Prepare AddOnContent
Zach Hilman
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-22
Stub more functions
mailwl
2018-02-20
Service/AOC: stub ListAddOnContent function
mailwl
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2017-12-28
ap, aoc_u: Minor cleanup.
bunnei
2017-12-28
service: Add empty interface for aoc:u.
bunnei