bcat: Add FSC accessors for BCAT data
Ports BCAT to use FSC interface
This commit is contained in:
parent
bcf1eafb8b
commit
19c466dfb1
10 changed files with 51 additions and 31 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
namespace Service::BCAT {
|
||||
|
||||
BCAT::BCAT(std::shared_ptr<Module> module, const char* name)
|
||||
: Module::Interface(std::move(module), name) {
|
||||
BCAT::BCAT(std::shared_ptr<Module> module, FileSystem::FileSystemController& fsc, const char* name)
|
||||
: Module::Interface(std::move(module), fsc, name) {
|
||||
// clang-format off
|
||||
static const FunctionInfo functions[] = {
|
||||
{0, &BCAT::CreateBcatService, "CreateBcatService"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue