aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/bcat/module.cpp
AgeCommit message (Expand)Author
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-06-26bcat: Update function tables and add missing classes (#4172)VolcaEM
2020-04-20service: Update function tablesLioncash
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-12service: Update function tablesLioncash
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-10-15bcat: Remove use of global system accessorsLioncash
2019-10-06Merge pull request #2951 from lioncash/globalZach Hilman
2019-10-06bcat/module: Silence truncation warningsLioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-10-04service/bcat: Silence -Wreorder and -WunusedReinUsesLisp
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman
2019-09-30boxcat: Implement events global fieldZach Hilman
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman
2019-09-30bcat: Expose CreateBackendFromSettings helper functionZach Hilman
2019-09-30bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman
2019-09-30bcat: Implement cmd 30100 SetPassphraseZach Hilman
2019-09-30bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman
2019-09-30bcat: Implement IDeliveryCacheProgressService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheFileService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheStorageService commandsZach Hilman
2019-09-30bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman
2019-09-30module: Create BCAT backend based upon Settings value on constructionZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-28Service/BCAT: add module and servicesmailwl