mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 20:47:50 -05:00
bcat: Add FSC accessors for BCAT data
Ports BCAT to use FSC interface
This commit is contained in:
@ -10,7 +10,8 @@ namespace Service::BCAT {
|
||||
|
||||
class BCAT final : public Module::Interface {
|
||||
public:
|
||||
explicit BCAT(std::shared_ptr<Module> module, const char* name);
|
||||
explicit BCAT(std::shared_ptr<Module> module, FileSystem::FileSystemController& fsc,
|
||||
const char* name);
|
||||
~BCAT() override;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user