mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 08:07:58 -05: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