mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 12:15:45 +00:00
core: Port core to VfsFilesystem for file access
This commit is contained in:
parent
4f44293e63
commit
4cbef33915
12 changed files with 52 additions and 22 deletions
|
@ -161,6 +161,7 @@ int main(int argc, char** argv) {
|
|||
}
|
||||
|
||||
Core::System& system{Core::System::GetInstance()};
|
||||
system.SetFilesystem(std::make_shared<FileSys::RealVfsFilesystem>());
|
||||
|
||||
SCOPE_EXIT({ system.Shutdown(); });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue