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

@ -7,7 +7,7 @@
#include <span>
#include <type_traits>
#include "common/common_types.h"
#include "core/file_sys/vfs.h"
#include "core/file_sys/vfs/vfs.h"
namespace Core::Crypto {