summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/addon_content_manager.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-23aoc: Rename AOC_U to IAddOnContentManagerFearlessTobi1-3/+3
2024-02-19aoc: Migrate to use cmif serializationFearlessTobi1-12/+18
2023-03-01service: move hle_ipc from kernelLiam1-11/+11
2023-02-21service: refactor server architectureLiam1-2/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04service: aoc: Stub NotifyUnmountAddOnContentMorph1-0/+1
2021-11-04service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentMorph1-0/+2
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-2/+4
2021-06-25hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei1-0/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei1-1/+2
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-2/+2
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-1/+1
2020-12-08aoc_u: Stub Create(Permanent)EcPurchasedEventManagerMorph1-0/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-1/+4
2019-09-22RebaseDavid Marcec1-1/+1
2019-09-22Deglobalize System: AocDavid Marcec1-2/+3
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-1/+1
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-1/+5
2018-10-20aoc_u: Stub GetAddOnContentListChangedEventZach Hilman1-0/+2
2018-10-01aoc_u: Implement GetAddOnContentBaseIdZach Hilman1-0/+1
2018-10-01aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman1-0/+3
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-02-22Stub more functionsmailwl1-0/+1
2018-02-20Service/AOC: stub ListAddOnContent functionmailwl1-0/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29ap, aoc_u: Minor cleanup.bunnei1-1/+1
2017-12-28service: Add empty interface for aoc:u.bunnei1-6/+6
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-9/+6
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25