From 2c82096574db6833627f169d8a4060f0e524065a Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Wed, 9 Jul 2025 05:36:57 +0100 Subject: [PATCH] more import fixing --- core/crypto/partition_data_manager.h | 2 +- core/loader/loader.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/crypto/partition_data_manager.h b/core/crypto/partition_data_manager.h index 5310eda..b14ac10 100755 --- a/core/crypto/partition_data_manager.h +++ b/core/crypto/partition_data_manager.h @@ -5,7 +5,7 @@ #include #include "../common/common_types.h" -#include "../core/file_sys/vfs/vfs_types.h" +#include "../core/fs/vfs/vfs_types.h" namespace Core::Crypto { diff --git a/core/loader/loader.h b/core/loader/loader.h index b4dc4f7..372fc53 100755 --- a/core/loader/loader.h +++ b/core/loader/loader.h @@ -11,10 +11,10 @@ #include #include -#include "common/common_funcs.h" -#include "common/common_types.h" -#include "fs/control_metadata.h" -#include "fs/vfs/vfs.h" +#include "../common/common_funcs.h" +#include "../common/common_types.h" +#include "../core/fs/control_metadata.h" +#include "../core/fs/vfs/vfs.h" namespace Core { class System; @@ -31,7 +31,7 @@ class KProcess; namespace Loader { -/// File types supported by CTR +/// File types supported by CTR/NX/Ounce enum class FileType { Error, Unknown,