mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-07 00:45:45 +00:00
bcat: Add commands to create IDeliveryCacheStorageService
Used to access contents of download.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user