summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend/boxcat.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-29service: bcat: Remove BoxCat BCAT implementationMorph1-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.
2019-10-15bcat: Remove use of global system accessorsLioncash1-2/+8
Removes all uses of the global system accessor within the BCAT interface.
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman1-3/+3
Huge thanks to lioncash for re-ing this for me.
2019-09-30boxcat: Add downloading and client for launch parameter dataZach Hilman1-0/+2
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman1-0/+56
Downloads content from yuzu servers and unpacks it into the temporary directory provided. Fully supports all Backend features except passphrase.