summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-10-13 03:29:53 +0200
committerbunnei <bunneidev@gmail.com>2017-10-13 03:29:53 +0200
commitdbd15b0d10f1462601cbdbcd53ad28c2e5057af2 (patch)
tree96d4482279c2efaa6e5cd0fe1de32bab2f0cdc05 /src/core/loader/loader.cpp
parentRemove lots more 3DS-specific code. (diff)
downloadyuzu-dbd15b0d10f1462601cbdbcd53ad28c2e5057af2.tar
yuzu-dbd15b0d10f1462601cbdbcd53ad28c2e5057af2.tar.gz
yuzu-dbd15b0d10f1462601cbdbcd53ad28c2e5057af2.tar.bz2
yuzu-dbd15b0d10f1462601cbdbcd53ad28c2e5057af2.tar.lz
yuzu-dbd15b0d10f1462601cbdbcd53ad28c2e5057af2.tar.xz
yuzu-dbd15b0d10f1462601cbdbcd53ad28c2e5057af2.tar.zst
yuzu-dbd15b0d10f1462601cbdbcd53ad28c2e5057af2.zip
Diffstat (limited to 'src/core/loader/loader.cpp')
-rw-r--r--src/core/loader/loader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/loader/loader.cpp b/src/core/loader/loader.cpp
index 46b2c28d2..6fa7afb42 100644
--- a/src/core/loader/loader.cpp
+++ b/src/core/loader/loader.cpp
@@ -7,9 +7,7 @@
#include "common/logging/log.h"
#include "common/string_util.h"
#include "core/hle/kernel/process.h"
-#include "core/loader/3dsx.h"
#include "core/loader/elf.h"
-#include "core/loader/ncch.h"
#include "core/loader/nro.h"
#include "core/loader/nso.h"