diff options
author | bunnei <bunneidev@gmail.com> | 2017-10-13 03:29:53 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2017-10-13 03:29:53 +0200 |
commit | dbd15b0d10f1462601cbdbcd53ad28c2e5057af2 (patch) | |
tree | 96d4482279c2efaa6e5cd0fe1de32bab2f0cdc05 /src/core/loader/loader.cpp | |
parent | Remove lots more 3DS-specific code. (diff) | |
download | yuzu-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 '')
-rw-r--r-- | src/core/loader/loader.cpp | 2 |
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" |