diff --git a/libraries/libstratosphere/include/stratosphere/fs.hpp b/libraries/libstratosphere/include/stratosphere/fs.hpp index 98800f5a4..94804ee82 100644 --- a/libraries/libstratosphere/include/stratosphere/fs.hpp +++ b/libraries/libstratosphere/include/stratosphere/fs.hpp @@ -15,29 +15,30 @@ */ #pragma once -#include "fs/fs_common.hpp" -#include "fs/fsa/fs_ifile.hpp" -#include "fs/fsa/fs_idirectory.hpp" -#include "fs/fsa/fs_ifilesystem.hpp" -#include "fs/fsa/fs_registrar.hpp" -#include "fs/fs_remote_filesystem.hpp" -#include "fs/fs_istorage.hpp" -#include "fs/fs_substorage.hpp" -#include "fs/fs_memory_storage.hpp" -#include "fs/fs_remote_storage.hpp" -#include "fs/fs_file_storage.hpp" -#include "fs/fs_query_range.hpp" -#include "fs/impl/fs_common_mount_name.hpp" -#include "fs/fs_mount.hpp" -#include "fs/fs_path_tool.hpp" -#include "fs/fs_path_utils.hpp" -#include "fs/fs_romfs_filesystem.hpp" -#include "fs/impl/fs_data.hpp" -#include "fs/fs_system_data.hpp" -#include "fs/fs_content_storage.hpp" -#include "fs/fs_game_card.hpp" -#include "fs/fs_sd_card.hpp" -#include "fs/fs_save_data_types.hpp" -#include "fs/fs_save_data_management.hpp" -#include "fs/fs_save_data_transaction.hpp" -#include "fs/fs_system_save_data.hpp" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include diff --git a/stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.cpp b/stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.cpp index 7fffa4d43..71d3e544e 100644 --- a/stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.cpp +++ b/stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.cpp @@ -137,7 +137,7 @@ namespace ams::mitm::fs { Result OpenWebContentFileSystem(sf::Out> &out, ncm::ProgramId client_program_id, ncm::ProgramId program_id, FsFileSystemType filesystem_type, Service *fwd, const fssrv::sf::Path *path, bool with_id, bool try_program_specific) { /* Check first that we're a web applet opening web content. */ - R_UNLESS(ncm::IsWebAppletProgramId(client_program_id), sm::mitm::ResultShouldForwardToSession()); + R_UNLESS(ncm::IsWebAppletId(client_program_id), sm::mitm::ResultShouldForwardToSession()); R_UNLESS(filesystem_type == FsFileSystemType_ContentManual, sm::mitm::ResultShouldForwardToSession()); /* Try to mount the HBL web filesystem. If this succeeds then we're done. */