file_sys/bis_factory: Eliminate usage of the global system accessor
This commit is contained in:
parent
aa8d6fc041
commit
0e80567bef
5 changed files with 11 additions and 11 deletions
|
@ -316,9 +316,9 @@ public:
|
|||
Service::SM::ServiceManager& ServiceManager();
|
||||
const Service::SM::ServiceManager& ServiceManager() const;
|
||||
|
||||
void SetFilesystem(std::shared_ptr<FileSys::VfsFilesystem> vfs);
|
||||
void SetFilesystem(FileSys::VirtualFilesystem vfs);
|
||||
|
||||
std::shared_ptr<FileSys::VfsFilesystem> GetFilesystem() const;
|
||||
FileSys::VirtualFilesystem GetFilesystem() const;
|
||||
|
||||
void RegisterCheatList(const std::vector<Memory::CheatEntry>& list,
|
||||
const std::array<u8, 0x20>& build_id, VAddr main_region_begin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue