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 06fb7f90da
commit 0f9288e38d
100 changed files with 183 additions and 160 deletions

View File

@ -6,7 +6,7 @@
#include "core/core.h"
#include "core/file_sys/control_metadata.h"
#include "core/file_sys/patch_manager.h"
#include "core/file_sys/vfs.h"
#include "core/file_sys/vfs/vfs.h"
#include "core/hle/service/filesystem/filesystem.h"
#include "core/hle/service/glue/glue_manager.h"
#include "core/hle/service/ipc_helpers.h"