summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend/boxcat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: bcat: Remove BoxCat BCAT implementationMorph2021-09-291-64/+0
| | | | | The current implementation of BoxCat as it stands is non-functional due to the reliance on a server providing BCAT files. This implementation will eventually be replaced with one that allows the use of local BCAT files dumped from a Nintendo Switch.
* 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.