summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/aoc/aoc_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-24aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() functionLioncash1-3/+3
2018-10-20aoc_u: Stub GetAddOnContentListChangedEventZach Hilman1-1/+14
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 Hilman1-3/+4
2018-10-01aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman1-3/+75
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
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 applicableLioncash1-4/+2
2018-04-10Updated AOC with more service names.Hexagon121-0/+1
2018-02-22Stub more functionsmailwl1-1/+8
2018-02-20Service/AOC: stub ListAddOnContent functionmailwl1-2/+23
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29ap, aoc_u: Minor cleanup.bunnei1-1/+0
2017-12-28service: Add empty interface for aoc:u.bunnei1-0/+18