summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc (follow)
Commit message (Expand)AuthorAgeFilesLines
* aoc: stub purchase info callsLiam2023-09-181-2/+18
* service: move hle_ipc from kernelLiam2023-03-012-26/+26
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-012-4/+6
|\
| * service: refactor server architectureLiam2023-02-212-4/+6
* | core: Update service function tables to 16.0.0+Narr the Reg2023-02-251-0/+3
|/
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
* Merge pull request #7279 from Morph1984/system-get-program-idMorph2021-11-051-4/+3
|\
| * general: Get the current process program id directly from the systemMorph2021-11-041-4/+3
| * general: Rename GetTitleID to GetProgramIDMorph2021-11-041-3/+3
* | Merge pull request #7287 from Morph1984/stub-aocFernando S2021-11-052-0/+29
|\ \ | |/ |/|
| * service: aoc: Stub NotifyUnmountAddOnContentMorph2021-11-042-1/+9
| * service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentMorph2021-11-042-0/+21
* | core: Remove unused includesameerj2021-11-041-1/+0
|/
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-022-14/+23
* hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei2021-06-252-1/+10
* general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-021-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-10/+10
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-061-0/+2
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-062-13/+10
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* aoc_u: Update to 12.xMorph2021-04-091-0/+2
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-052-10/+12
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-052-4/+4
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-1/+1
* Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexbunnei2020-12-151-7/+5
|\
| * file_sys: Consolidate common Title ID operationsMorph2020-12-081-7/+5
* | IPurchaseEventManager: Implement GetPurchasedEventReadableHandleMorph2020-12-081-1/+14
* | IPurchaseEventManager: Stub Set(Default)DeliveryTargetMorph2020-12-081-2/+27
* | aoc_u: Stub Create(Permanent)EcPurchasedEventManagerMorph2020-12-082-2/+38
|/
* service: Eliminate usages of the global system instanceLioncash2020-11-272-3/+6
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-1/+2
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* aoc: Update function table (#4170)VolcaEM2020-06-271-0/+1
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+1
|\
| * service: Update function tablesLioncash2019-11-121-0/+1
* | service: Resolve sign conversion errorsLioncash2019-11-121-1/+1
|/
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-2/+2
* RebaseDavid Marcec2019-09-221-1/+1
* Deglobalize System: AocDavid Marcec2019-09-222-11/+13
* service/aoc: Avoid allocating and discarding dataLioncash2019-05-231-8/+8
* service/aoc: Remove unnecessary includesLioncash2019-05-231-2/+0
* service/aoc: Pop all passed values where applicableLioncash2019-05-231-12/+45
* core/kernel/object: Rename ResetType enum membersLioncash2019-05-181-1/+1
* service: Update service function tablesLioncash2019-04-111-0/+4
* core: Port current uses of RegisteredCache to ContentProviderZach Hilman2019-03-271-2/+2
* aoc_u: Obey disabled add-ons list when listing DLCZach Hilman2018-12-031-0/+12
* Merge pull request #1835 from lioncash/cache-globalbunnei2018-12-031-2/+2
|\
| * filesystem: De-globalize registered_cache_unionLioncash2018-12-021-2/+2
* | kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-292-7/+4
* | core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-292-5/+14
|/
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-1/+5
* aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() functionLioncash2018-10-241-3/+3
* aoc_u: Stub GetAddOnContentListChangedEventZach Hilman2018-10-202-1/+16
* aoc: Read DLC base title ID from RegisteredCacheZach Hilman2018-10-151-2/+13
* aoc: Return size in ListAddOnContentZach Hilman2018-10-141-1/+2
* Fixed assertion due to CountAddOnContentDavid Marcec2018-10-071-5/+5
* aoc_u: Fix edge case with DLC that causes breaksZach Hilman2018-10-031-1/+1
* aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman2018-10-011-20/+26
* aoc_u: Implement GetAddOnContentBaseIdZach Hilman2018-10-012-3/+5
* aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman2018-10-012-3/+78
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-112-1/+3
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* aoc: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-2/+2
* service: Use nested namespace specifiers where applicableLioncash2018-04-202-8/+4
* Updated AOC with more service names.Hexagon122018-04-101-0/+1
* Stub more functionsmailwl2018-02-222-1/+9
* Service/AOC: stub ListAddOnContent functionmailwl2018-02-202-2/+26
* yuzu: Update license text to be consistent across project.bunnei2018-01-132-2/+2
* ap, aoc_u: Minor cleanup.bunnei2017-12-292-2/+1
* service: Add empty interface for aoc:u.bunnei2017-12-282-0/+40