bcat: Add commands to create IDeliveryCacheStorageService
Used to access contents of download.
This commit is contained in:
parent
68658a8385
commit
78d146f907
3 changed files with 32 additions and 2 deletions
|
@ -18,6 +18,8 @@ public:
|
|||
~Interface() override;
|
||||
|
||||
void CreateBcatService(Kernel::HLERequestContext& ctx);
|
||||
void CreateDeliveryCacheStorageService(Kernel::HLERequestContext& ctx);
|
||||
void CreateDeliveryCacheStorageServiceWithApplicationId(Kernel::HLERequestContext& ctx);
|
||||
|
||||
protected:
|
||||
std::shared_ptr<Module> module;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue