summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-18aoc: stub purchase info callsLiam1-2/+18
2023-03-01service: move hle_ipc from kernelLiam2-26/+26
2023-02-25core: Update service function tables to 16.0.0+Narr the Reg1-0/+3
2023-02-21service: refactor server architectureLiam2-4/+6
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 SPDXMorph2-6/+4
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 NotifyUnmountAddOnContentMorph2-1/+9
2021-11-04service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentMorph2-0/+21
2021-11-04core: Remove unused includesameerj1-1/+0
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph2-14/+23
2021-06-25hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei2-1/+10
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.bunnei2-13/+10
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.bunnei2-10/+12
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2-4/+4
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)EcPurchasedEventManagerMorph2-2/+38
2020-12-08file_sys: Consolidate common Title ID operationsMorph1-7/+5
2020-11-27service: Eliminate usages of the global system instanceLioncash2-3/+6
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-22RebaseDavid Marcec1-1/+1
2019-09-22Deglobalize System: AocDavid Marcec2-11/+13
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 Hilman2-7/+4
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman2-5/+14
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 Hilman2-1/+16
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 Hilman2-3/+5
2018-10-01aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman2-3/+78
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash2-1/+3
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 applicableLioncash2-8/+4
2018-04-10Updated AOC with more service names.Hexagon121-0/+1
2018-02-22Stub more functionsmailwl2-1/+9
2018-02-20Service/AOC: stub ListAddOnContent functionmailwl2-2/+26
2018-01-13yuzu: Update license text to be consistent across project.bunnei2-2/+2
2017-12-29ap, aoc_u: Minor cleanup.bunnei2-2/+1
2017-12-28service: Add empty interface for aoc:u.bunnei2-0/+40