diff options
author | Lioncash <mathew1800@gmail.com> | 2016-04-16 06:06:19 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2016-04-16 06:08:49 +0200 |
commit | 1cc183703af806858f982a4ac2872457790e248f (patch) | |
tree | 2f5e48f6de825b27490b3ddef437529a01bb431f | |
parent | Merge pull request #1667 from wwylele/ncch-loader-fix (diff) | |
download | yuzu-1cc183703af806858f982a4ac2872457790e248f.tar yuzu-1cc183703af806858f982a4ac2872457790e248f.tar.gz yuzu-1cc183703af806858f982a4ac2872457790e248f.tar.bz2 yuzu-1cc183703af806858f982a4ac2872457790e248f.tar.lz yuzu-1cc183703af806858f982a4ac2872457790e248f.tar.xz yuzu-1cc183703af806858f982a4ac2872457790e248f.tar.zst yuzu-1cc183703af806858f982a4ac2872457790e248f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/config_mem.cpp | 7 | ||||
-rw-r--r-- | src/core/hle/hle.cpp | 2 | ||||
-rw-r--r-- | src/core/loader/3dsx.cpp | 6 |
3 files changed, 1 insertions, 14 deletions
diff --git a/src/core/hle/config_mem.cpp b/src/core/hle/config_mem.cpp index b1a72dc0c..ccd73cfcb 100644 --- a/src/core/hle/config_mem.cpp +++ b/src/core/hle/config_mem.cpp @@ -3,13 +3,6 @@ // Refer to the license.txt file included. #include <cstring> - -#include "common/assert.h" -#include "common/common_types.h" -#include "common/common_funcs.h" - -#include "core/core.h" -#include "core/memory.h" #include "core/hle/config_mem.h" //////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp index 331b1b22a..e545de3b5 100644 --- a/src/core/hle/hle.cpp +++ b/src/core/hle/hle.cpp @@ -8,8 +8,6 @@ #include "core/arm/arm_interface.h" #include "core/core.h" #include "core/hle/hle.h" -#include "core/hle/config_mem.h" -#include "core/hle/shared_page.h" #include "core/hle/service/service.h" //////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/core/loader/3dsx.cpp b/src/core/loader/3dsx.cpp index 8eed6a50a..5fb3b9e2b 100644 --- a/src/core/loader/3dsx.cpp +++ b/src/core/loader/3dsx.cpp @@ -10,13 +10,9 @@ #include "core/file_sys/archive_romfs.h" #include "core/hle/kernel/process.h" #include "core/hle/kernel/resource_limit.h" -#include "core/hle/service/fs/archive.h" -#include "core/loader/elf.h" -#include "core/loader/ncch.h" +#include "core/loader/3dsx.h" #include "core/memory.h" -#include "3dsx.h" - namespace Loader { /* |