22 #ifndef _WII_FILESYSTEM_FACTORY_H_ 23 #define _WII_FILESYSTEM_FACTORY_H_ 25 #include "common/str.h" 26 #include "common/singleton.h" 27 #include "backends/fs/fs-factory.h" 53 void asyncInitNetwork();
54 void setSMBLoginData(
const String &server,
const String &share,
55 const String &username,
const String &password);
58 bool isMounted(FileSystemType type);
59 bool failedToMount(FileSystemType type);
61 void mount(FileSystemType type);
62 void umount(FileSystemType type);
64 void mountByPath(
const String &path);
65 void umountUnused(
const String &path);
Definition: fs-factory.h:31
Definition: wii-fs-factory.h:36
AbstractFSNode * makeRootFileNode() const override
Definition: abstract-fs.h:41
AbstractFSNode * makeFileNodePath(const Common::String &path) const override
AbstractFSNode * makeCurrentDirectoryFileNode() const override
Definition: singleton.h:42