aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/aoc/aoc_u.cpp
AgeCommit message (Expand)Author
2021-06-24hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-04-14common: Move settings to common from core.bunnei
2021-04-09aoc_u: Update to 12.xMorph
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2020-12-15Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei
2020-12-08IPurchaseEventManager: Implement GetPurchasedEventReadableHandleMorph
2020-12-08IPurchaseEventManager: Stub Set(Default)DeliveryTargetMorph
2020-12-08aoc_u: Stub Create(Permanent)EcPurchasedEventManagerMorph
2020-12-08file_sys: Consolidate common Title ID operationsMorph
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-18patch_manager: Remove usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-06-26aoc: Update function table (#4170)VolcaEM
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-12service: Update function tablesLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-09-22Deglobalize System: AocDavid Marcec
2019-05-23service/aoc: Avoid allocating and discarding dataLioncash
2019-05-22service/aoc: Remove unnecessary includesLioncash
2019-05-22service/aoc: Pop all passed values where applicableLioncash
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-11service: Update service function tablesLioncash
2019-03-26core: Port current uses of RegisteredCache to ContentProviderZach Hilman
2018-12-03aoc_u: Obey disabled add-ons list when listing DLCZach Hilman
2018-12-03Merge pull request #1835 from lioncash/cache-globalbunnei
2018-12-01filesystem: De-globalize registered_cache_unionLioncash
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-10-24aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() functionLioncash
2018-10-19aoc_u: Stub GetAddOnContentListChangedEventZach Hilman
2018-10-14aoc: Read DLC base title ID from RegisteredCacheZach Hilman
2018-10-13aoc: Return size in ListAddOnContentZach Hilman
2018-10-08Fixed assertion due to CountAddOnContentDavid Marcec
2018-10-02aoc_u: Fix edge case with DLC that causes breaksZach Hilman
2018-09-30aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman
2018-09-30aoc_u: Implement GetAddOnContentBaseIdZach Hilman
2018-09-30aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24aoc: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash