summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-06-25 23:32:09 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-27 22:58:30 +0200
commit0cc3e85685496f1dd5b742c42d0b2903b9f0c735 (patch)
treeffa194504437d7ee6e7ff7814140efe0751bd638 /src/core/CMakeLists.txt
parentMerge pull request #22 from bunnei/loader-improvements (diff)
downloadyuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar
yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.gz
yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.bz2
yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.lz
yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.xz
yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.tar.zst
yuzu-0cc3e85685496f1dd5b742c42d0b2903b9f0c735.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 634f4d572..e534f07c4 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -29,8 +29,6 @@ set(SRCS core.cpp
arm/interpreter/mmu/tlb.cpp
arm/interpreter/mmu/wb.cpp
arm/interpreter/mmu/xscale_copro.cpp
- file_sys/directory_file_system.cpp
- file_sys/meta_file_system.cpp
hle/hle.cpp
hle/config_mem.cpp
hle/coprocessor.cpp
@@ -75,9 +73,7 @@ set(HEADERS core.h
arm/interpreter/vfp/asm_vfp.h
arm/interpreter/vfp/vfp.h
arm/interpreter/vfp/vfp_helper.h
- file_sys/directory_file_system.h
file_sys/file_sys.h
- file_sys/meta_file_system.h
hle/config_mem.h
hle/coprocessor.h
hle/hle.h