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