mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-28 06:09:02 +00:00
bcat: Expose CreateBackendFromSettings helper function
This commit is contained in:
@@ -50,4 +50,6 @@ public:
|
||||
void SetPassphrase(u64 title_id, const Passphrase& passphrase) override;
|
||||
};
|
||||
|
||||
std::unique_ptr<Backend> CreateBackendFromSettings(DirectoryGetter getter);
|
||||
|
||||
} // namespace Service::BCAT
|
||||
|
||||
Reference in New Issue
Block a user