mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
sys_fs: Savestate fixup
This commit is contained in:
parent
f88443afa3
commit
0240a7d43d
4 changed files with 12 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue