mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 08:27:53 +00:00
bcat: Add FSC accessors for BCAT data
Ports BCAT to use FSC interface
This commit is contained in:
parent
361dcf2d3a
commit
d4de82fcdb
10 changed files with 51 additions and 31 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue