sys_fs: Savestate fixup

This commit is contained in:
Eladash 2023-10-03 16:03:07 +03:00 committed by Elad Ashkenazi
parent f88443afa3
commit 0240a7d43d
4 changed files with 12 additions and 8 deletions

View file

@ -31,8 +31,6 @@ struct vfs_manager
// VFS root
vfs_directory root{};
SAVESTATE_INIT_POS(48);
};
bool vfs::mount(std::string_view vpath, std::string_view path, bool is_dir)