fs: add skeleton dir for sysmodule code

Please note this isn't likely to immediately be the active ams project.
This commit is contained in:
Michael Scire 2021-12-06 10:58:19 -08:00 committed by SciresM
parent 4c7fd70c10
commit 94de5bf4f4
10 changed files with 456 additions and 6 deletions

View file

@ -41,6 +41,7 @@
#include <stratosphere/fssystem/buffers/fssystem_buffer_manager_utils.hpp>
#include <stratosphere/fssystem/buffers/fssystem_file_system_buffer_manager.hpp>
#include <stratosphere/fssystem/fssystem_pooled_buffer.hpp>
#include <stratosphere/fssystem/fssystem_service_context.hpp>
#include <stratosphere/fssystem/fssystem_alignment_matching_storage_impl.hpp>
#include <stratosphere/fssystem/fssystem_alignment_matching_storage.hpp>
#include <stratosphere/fssystem/save/fssystem_buffered_storage.hpp>