mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-03 21:01:14 +00:00
ttvfs related cleanups
This commit is contained in:
parent
3cf3ac7659
commit
f69d88b656
7 changed files with 69 additions and 56 deletions
|
@ -67,7 +67,7 @@ void Root::Clear()
|
|||
|
||||
void Root::Mount(const char *src, const char *dest)
|
||||
{
|
||||
return AddVFSDir(GetDir(src, true), dest);
|
||||
AddVFSDir(GetDir(src, true), dest);
|
||||
}
|
||||
|
||||
void Root::AddVFSDir(DirBase *dir, const char *subdir /* = NULL */)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue