summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc (unfollow)
Commit message (Expand)AuthorFilesLines
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