summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/module.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-301-2/+26
* module: Create BCAT backend based upon Settings value on constructionZach Hilman2019-09-301-1/+13
* 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-111-0/+2
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* Service/BCAT: add module and servicesmailwl2018-05-281-0/+53