summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend/backend.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcat: Remove use of global system accessorsLioncash2019-10-151-2/+10
* bcat: Take std::function instance by value in NullBackend's constructorLioncash2019-10-061-1/+1
* bcat: In-class initialize ProgressServiceBackend's impl memberLioncash2019-10-061-1/+1
* bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash2019-10-061-1/+4
* bcat: Make ProgressServiceBackend's GetEvent() constLioncash2019-10-061-1/+1
* bcat: Add FSC accessors for BCAT dataZach Hilman2019-10-011-5/+5
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-301-5/+92
* bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman2019-09-301-0/+5
* bcat: Expose CreateBackendFromSettings helper functionZach Hilman2019-09-301-0/+2
* bcat: Add backend class to generify the functions of BCATZach Hilman2019-09-301-0/+53