summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend/boxcat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bcat: Remove use of global system accessorsLioncash2019-10-151-2/+8
| | | | | Removes all uses of the global system accessor within the BCAT interface.
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-301-3/+3
| | | Huge thanks to lioncash for re-ing this for me.
* boxcat: Add downloading and client for launch parameter dataZach Hilman2019-09-301-0/+2
|
* bcat: Add BCAT backend for Boxcat serviceZach Hilman2019-09-301-0/+56
Downloads content from yuzu servers and unpacks it into the temporary directory provided. Fully supports all Backend features except passphrase.