aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/aoc/aoc_u.cpp
AgeCommit message (Expand)Author
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
2018-04-10Updated AOC with more service names.Hexagon12
2018-02-22Stub more functionsmailwl
2018-02-20Service/AOC: stub ListAddOnContent functionmailwl
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2017-12-28ap, aoc_u: Minor cleanup.bunnei
2017-12-28service: Add empty interface for aoc:u.bunnei