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