vfs: Move vfs files to their own directory

This commit is contained in:
FearlessTobi
2024-01-25 16:40:42 -05:00
committed by Liam
parent 06fb7f90da
commit 0f9288e38d
100 changed files with 183 additions and 160 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
#include "core/file_sys/vfs_types.h"
#include "core/file_sys/vfs/vfs_types.h"
namespace Loader {
enum class ResultStatus : u16;