summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman2019-09-301-1/+23
* bcat: Implement cmd 30100 SetPassphraseZach Hilman2019-09-301-1/+33
* bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman2019-09-301-2/+70
* bcat: Implement IDeliveryCacheProgressService commandsZach Hilman2019-09-301-0/+131
* bcat: Implement IDeliveryCacheFileService commandsZach Hilman2019-09-301-0/+117
* bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman2019-09-301-0/+99
* bcat: Implement IDeliveryCacheStorageService commandsZach Hilman2019-09-301-0/+58
* bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman2019-09-303-2/+32
* module: Create BCAT backend based upon Settings value on constructionZach Hilman2019-09-302-1/+16
* bcat: Add BCAT backend for Boxcat serviceZach Hilman2019-09-302-0/+407
* bcat: Add backend class to generify the functions of BCATZach Hilman2019-09-302-0/+100
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-1/+2
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-114-0/+6
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* Service/BCAT: add module and servicesmailwl2018-05-284-0/+112