summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* aoc: Rename AOC_U to IAddOnContentManagerFearlessTobi2024-02-231-51/+0
* aoc: Migrate to use cmif serializationFearlessTobi2024-02-191-12/+18
* service: move hle_ipc from kernelLiam2023-03-011-11/+11
* service: refactor server architectureLiam2023-02-211-2/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: aoc: Stub NotifyUnmountAddOnContentMorph2021-11-041-0/+1
* service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentMorph2021-11-041-0/+2
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-2/+4
* hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei2021-06-251-0/+1
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-061-1/+2
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-2/+2
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-1/+1
* aoc_u: Stub Create(Permanent)EcPurchasedEventManagerMorph2020-12-081-0/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+4
* RebaseDavid Marcec2019-09-221-1/+1
* Deglobalize System: AocDavid Marcec2019-09-221-2/+3
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-291-1/+1
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-291-1/+5
* aoc_u: Stub GetAddOnContentListChangedEventZach Hilman2018-10-201-0/+2
* aoc_u: Implement GetAddOnContentBaseIdZach Hilman2018-10-011-0/+1
* aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman2018-10-011-0/+3
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Stub more functionsmailwl2018-02-221-0/+1
* Service/AOC: stub ListAddOnContent functionmailwl2018-02-201-0/+3
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* ap, aoc_u: Minor cleanup.bunnei2017-12-291-1/+1
* service: Add empty interface for aoc:u.bunnei2017-12-281-0/+22