summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-23aoc: Rename AOC_U to IAddOnContentManagerFearlessTobi1-219/+0
2024-02-19aoc: Migrate to use cmif serializationFearlessTobi1-106/+62
2024-02-19core/aoc: Move IPurchaseEventManager to separate fileFearlessTobi1-78/+1
2024-01-31aoc: fix DLC listing (#12867)liamwhite1-1/+1
2023-09-18aoc: stub purchase info callsLiam1-2/+18
2023-03-01service: move hle_ipc from kernelLiam1-15/+15
2023-02-25core: Update service function tables to 16.0.0+Narr the Reg1-0/+3
2023-02-21service: refactor server architectureLiam1-2/+5
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-3/+3
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-2/+2
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04general: Get the current process program id directly from the systemMorph1-4/+3
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-3/+3
2021-11-04service: aoc: Stub NotifyUnmountAddOnContentMorph1-1/+8
2021-11-04service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentMorph1-0/+19
2021-11-04core: Remove unused includesameerj1-1/+0
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-12/+19
2021-06-25hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei1-1/+9
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-10/+10
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-0/+2
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei1-12/+8
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-09aoc_u: Update to 12.xMorph1-0/+2
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-8/+10
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-3/+3
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei1-1/+1
2020-12-08IPurchaseEventManager: Implement GetPurchasedEventReadableHandleMorph1-1/+14
2020-12-08IPurchaseEventManager: Stub Set(Default)DeliveryTargetMorph1-2/+27
2020-12-08aoc_u: Stub Create(Permanent)EcPurchasedEventManagerMorph1-2/+36
2020-12-08file_sys: Consolidate common Title ID operationsMorph1-7/+5
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+2
2020-11-18patch_manager: Remove usages of the global system instanceLioncash1-1/+2
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-06-27aoc: Update function table (#4170)VolcaEM1-0/+1
2019-11-12service: Update function tablesLioncash1-0/+1
2019-11-12service: Resolve sign conversion errorsLioncash1-1/+1
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-2/+2
2019-09-22Deglobalize System: AocDavid Marcec1-9/+10
2019-05-23service/aoc: Avoid allocating and discarding dataLioncash1-8/+8
2019-05-23service/aoc: Remove unnecessary includesLioncash1-2/+0
2019-05-23service/aoc: Pop all passed values where applicableLioncash1-12/+45
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash1-1/+1
2019-04-11service: Update service function tablesLioncash1-0/+4
2019-03-27core: Port current uses of RegisteredCache to ContentProviderZach Hilman1-2/+2
2018-12-03aoc_u: Obey disabled add-ons list when listing DLCZach Hilman1-0/+12
2018-12-02filesystem: De-globalize registered_cache_unionLioncash1-2/+2
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-6/+3
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-4/+9
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-1/+5
2018-10-24aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() functionLioncash1-3/+3
2018-10-20aoc_u: Stub GetAddOnContentListChangedEventZach Hilman1-1/+14
2018-10-15aoc: Read DLC base title ID from RegisteredCacheZach Hilman1-2/+13
2018-10-14aoc: Return size in ListAddOnContentZach Hilman1-1/+2
2018-10-07Fixed assertion due to CountAddOnContentDavid Marcec1-5/+5
2018-10-03aoc_u: Fix edge case with DLC that causes breaksZach Hilman1-1/+1
2018-10-01aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman1-20/+26
2018-10-01aoc_u: Implement GetAddOnContentBaseIdZach Hilman1-3/+4
2018-10-01aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman1-3/+75
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-04-24aoc: Move logging macros over to new fmt-compatible onesLioncash1-2/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Updated AOC with more service names.Hexagon121-0/+1
2018-02-22Stub more functionsmailwl1-1/+8
2018-02-20Service/AOC: stub ListAddOnContent functionmailwl1-2/+23
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29ap, aoc_u: Minor cleanup.bunnei1-1/+0
2017-12-28service: Add empty interface for aoc:u.bunnei1-0/+18