summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/module.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: Fix clang build"bunnei2020-10-211-2/+1
* core: Fix clang buildLioncash2020-10-181-1/+2
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-1/+1
* bcat: Update function tables and add missing classes (#4172)VolcaEM2020-06-271-0/+3
* service: Update function tablesLioncash2020-04-201-0/+1
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+6
|\
| * service: Update function tablesLioncash2019-11-121-0/+6
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-2/+2
* | core: Migrate off deprecated mbedtls functionsLioncash2019-11-121-1/+1
|/
* bcat: Remove use of global system accessorsLioncash2019-10-151-11/+13
* Merge pull request #2951 from lioncash/globalZach Hilman2019-10-071-15/+19
|\
| * hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-061-15/+19
* | bcat/module: Silence truncation warningsLioncash2019-10-061-3/+3
|/
* service/bcat: Silence -Wreorder and -WunusedReinUsesLisp2019-10-051-1/+1
* bcat: Add FSC accessors for BCAT dataZach Hilman2019-10-011-11/+15
* boxcat: Implement events global fieldZach Hilman2019-09-301-4/+4
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-301-45/+11
* bcat: Expose CreateBackendFromSettings helper functionZach Hilman2019-09-301-2/+0
* 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-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