Added MappingFileSystemAdapter and adjusted some more stuff in the VFS module.
This commit is contained in:
@@ -30,13 +30,6 @@ namespace mijin
|
||||
// public functions
|
||||
//
|
||||
|
||||
std::vector<fs::path> OSFileSystemAdapter::getRoots()
|
||||
{
|
||||
return {
|
||||
"/" // TODO: other OSs
|
||||
};
|
||||
}
|
||||
|
||||
fs::path OSFileSystemAdapter::getHomeFolder()
|
||||
{
|
||||
return getKnownFolder(KnownFolder::USER_HOME);
|
||||
|
||||
Reference in New Issue
Block a user