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