summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-12-09 01:16:40 +0100
committerbunnei <bunneidev@gmail.com>2014-12-09 01:16:40 +0100
commitff560a942839e327b37e50a0ebe6e6d16adc45a0 (patch)
tree2f92f607b8c59cb63203c4e1bdd68d9386bbfc92 /src/core/CMakeLists.txt
parentMerge pull request #264 from Subv/files (diff)
parentLoader: Add 3DSX support (diff)
downloadyuzu-ff560a942839e327b37e50a0ebe6e6d16adc45a0.tar
yuzu-ff560a942839e327b37e50a0ebe6e6d16adc45a0.tar.gz
yuzu-ff560a942839e327b37e50a0ebe6e6d16adc45a0.tar.bz2
yuzu-ff560a942839e327b37e50a0ebe6e6d16adc45a0.tar.lz
yuzu-ff560a942839e327b37e50a0ebe6e6d16adc45a0.tar.xz
yuzu-ff560a942839e327b37e50a0ebe6e6d16adc45a0.tar.zst
yuzu-ff560a942839e327b37e50a0ebe6e6d16adc45a0.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 48241c3d4..f3d7dca9e 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -63,6 +63,7 @@ set(SRCS
loader/elf.cpp
loader/loader.cpp
loader/ncch.cpp
+ loader/3dsx.cpp
core.cpp
core_timing.cpp
mem_map.cpp
@@ -143,6 +144,7 @@ set(HEADERS
loader/elf.h
loader/loader.h
loader/ncch.h
+ loader/3dsx.h
core.h
core_timing.h
mem_map.h