fs: Move fsp_srv subclasses to separate files

fs: Move additional files to the fsp directory
This commit is contained in:
FearlessTobi
2024-01-05 05:23:58 +01:00
committed by Liam
parent e04368ad7c
commit 06fb7f90da
17 changed files with 687 additions and 542 deletions

View File

@ -21,9 +21,9 @@
#include "core/file_sys/vfs.h"
#include "core/file_sys/vfs_offset.h"
#include "core/hle/service/filesystem/filesystem.h"
#include "core/hle/service/filesystem/fsp_ldr.h"
#include "core/hle/service/filesystem/fsp_pr.h"
#include "core/hle/service/filesystem/fsp_srv.h"
#include "core/hle/service/filesystem/fsp/fsp_ldr.h"
#include "core/hle/service/filesystem/fsp/fsp_pr.h"
#include "core/hle/service/filesystem/fsp/fsp_srv.h"
#include "core/hle/service/filesystem/romfs_controller.h"
#include "core/hle/service/filesystem/save_data_controller.h"
#include "core/hle/service/server_manager.h"