mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 10:27:46 +00:00
bcat: Expose CreateBackendFromSettings helper function
This commit is contained in:
parent
e67610eb7e
commit
54ad90526d
2 changed files with 2 additions and 2 deletions
|
@ -50,4 +50,6 @@ public:
|
|||
void SetPassphrase(u64 title_id, const Passphrase& passphrase) override;
|
||||
};
|
||||
|
||||
std::unique_ptr<Backend> CreateBackendFromSettings(DirectoryGetter getter);
|
||||
|
||||
} // namespace Service::BCAT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue