vfs: Move vfs files to their own directory

This commit is contained in:
FearlessTobi 2024-01-16 06:23:01 +01:00 committed by Liam
parent 3587a4dcee
commit 24f979a4b8
100 changed files with 183 additions and 160 deletions

View file

@ -6,7 +6,7 @@
#include <memory>
#include "common/common_types.h"
#include "core/file_sys/directory.h"
#include "core/file_sys/vfs.h"
#include "core/file_sys/vfs/vfs.h"
#include "core/hle/result.h"
namespace Core {