summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-12-09 21:41:17 +0100
committerbunnei <bunneidev@gmail.com>2014-12-09 21:41:17 +0100
commita1f9cde8060b4e047d992896073d10cbdfc7259b (patch)
tree739ece853edb8488c7a8802290e2187086a4854e /src/core/CMakeLists.txt
parentMerge pull request #218 from neobrain/pica_debugger (diff)
parentRemove unused NDMA module (diff)
downloadyuzu-a1f9cde8060b4e047d992896073d10cbdfc7259b.tar
yuzu-a1f9cde8060b4e047d992896073d10cbdfc7259b.tar.gz
yuzu-a1f9cde8060b4e047d992896073d10cbdfc7259b.tar.bz2
yuzu-a1f9cde8060b4e047d992896073d10cbdfc7259b.tar.lz
yuzu-a1f9cde8060b4e047d992896073d10cbdfc7259b.tar.xz
yuzu-a1f9cde8060b4e047d992896073d10cbdfc7259b.tar.zst
yuzu-a1f9cde8060b4e047d992896073d10cbdfc7259b.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index f3d7dca9e..8f6792791 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -59,7 +59,6 @@ set(SRCS
hle/svc.cpp
hw/gpu.cpp
hw/hw.cpp
- hw/ndma.cpp
loader/elf.cpp
loader/loader.cpp
loader/ncch.cpp
@@ -140,7 +139,6 @@ set(HEADERS
hle/svc.h
hw/gpu.h
hw/hw.h
- hw/ndma.h
loader/elf.h
loader/loader.h
loader/ncch.h