summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-01 05:46:06 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-01 05:46:06 +0200
commit29da6e9ab57a37abafc9c91e00bb01daf451b3ad (patch)
tree842d84bacad354bd9c447dfe99c97785f1b618a8 /src/core/CMakeLists.txt
parentfixed a bug where ExeFs code was being incorrectly masked (diff)
downloadyuzu-29da6e9ab57a37abafc9c91e00bb01daf451b3ad.tar
yuzu-29da6e9ab57a37abafc9c91e00bb01daf451b3ad.tar.gz
yuzu-29da6e9ab57a37abafc9c91e00bb01daf451b3ad.tar.bz2
yuzu-29da6e9ab57a37abafc9c91e00bb01daf451b3ad.tar.lz
yuzu-29da6e9ab57a37abafc9c91e00bb01daf451b3ad.tar.xz
yuzu-29da6e9ab57a37abafc9c91e00bb01daf451b3ad.tar.zst
yuzu-29da6e9ab57a37abafc9c91e00bb01daf451b3ad.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 314f6e64c..3308f3c25 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -5,6 +5,7 @@ set(SRCS core.cpp
mem_map_funcs.cpp
system.cpp
arm/disassembler/arm_disasm.cpp
+ arm/disassembler/load_symbol_map.cpp
arm/interpreter/arm_interpreter.cpp
arm/interpreter/armemu.cpp
arm/interpreter/arminit.cpp