diff options
author | bunnei <user@ubuntu.(none)> | 2014-04-10 05:28:43 +0200 |
---|---|---|
committer | bunnei <user@ubuntu.(none)> | 2014-04-10 05:28:43 +0200 |
commit | 9527fc74add2584de861a3a40fb313304c0108a7 (patch) | |
tree | dcc9c295000a34e65d91fcefcca2e32dd1d3ae07 /src/core | |
parent | updated CMakeLists (diff) | |
download | yuzu-9527fc74add2584de861a3a40fb313304c0108a7.tar yuzu-9527fc74add2584de861a3a40fb313304c0108a7.tar.gz yuzu-9527fc74add2584de861a3a40fb313304c0108a7.tar.bz2 yuzu-9527fc74add2584de861a3a40fb313304c0108a7.tar.lz yuzu-9527fc74add2584de861a3a40fb313304c0108a7.tar.xz yuzu-9527fc74add2584de861a3a40fb313304c0108a7.tar.zst yuzu-9527fc74add2584de861a3a40fb313304c0108a7.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index b4f074017..9cfb9b1c8 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -15,7 +15,7 @@ set(SRCS core.cpp arm/interpreter/thumbemu.cpp arm/mmu/arm1176jzf_s_mmu.cpp elf/elf_reader.cpp - file_sys/directory_file_system/cpp + file_sys/directory_file_system.cpp file_sys/meta_file_system.cpp hw/hw.cpp hw/hw_lcd.cpp) |