summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/module.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+0
* hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-061-2/+9
* bcat: Add FSC accessors for BCAT dataZach Hilman2019-10-011-4/+15
* bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman2019-09-301-0/+2
* module: Create BCAT backend based upon Settings value on constructionZach Hilman2019-09-301-0/+3
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+1
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Service/BCAT: add module and servicesmailwl2018-05-281-0/+27