summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/module.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-04-29 00:51:18 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-30 23:23:26 +0200
commit78d146f907cbab60026f972e1be7cc8eb83e05bb (patch)
tree12c4190b1da9c2b9ca56a5a7eac3a654d8f6c23c /src/core/hle/service/bcat/module.h
parentmodule: Create BCAT backend based upon Settings value on construction (diff)
downloadyuzu-78d146f907cbab60026f972e1be7cc8eb83e05bb.tar
yuzu-78d146f907cbab60026f972e1be7cc8eb83e05bb.tar.gz
yuzu-78d146f907cbab60026f972e1be7cc8eb83e05bb.tar.bz2
yuzu-78d146f907cbab60026f972e1be7cc8eb83e05bb.tar.lz
yuzu-78d146f907cbab60026f972e1be7cc8eb83e05bb.tar.xz
yuzu-78d146f907cbab60026f972e1be7cc8eb83e05bb.tar.zst
yuzu-78d146f907cbab60026f972e1be7cc8eb83e05bb.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/bcat/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/bcat/module.h b/src/core/hle/service/bcat/module.h
index 4af363bfd..fc52574c2 100644
--- a/src/core/hle/service/bcat/module.h
+++ b/src/core/hle/service/bcat/module.h
@@ -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;