summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-07-18 21:07:11 -0400
committerGravatar bunnei2018-07-18 18:07:11 -0700
commit29aff8d5ab46c8d0199aa4bfa7eeff5d4fa2d7ef (patch)
tree3202e2ce55ab6387a4ca366a509eccdd963434c3 /src/core/CMakeLists.txt
parentMerge pull request #683 from DarkLordZach/touch (diff)
downloadyuzu-29aff8d5ab46c8d0199aa4bfa7eeff5d4fa2d7ef.tar.gz
yuzu-29aff8d5ab46c8d0199aa4bfa7eeff5d4fa2d7ef.tar.xz
yuzu-29aff8d5ab46c8d0199aa4bfa7eeff5d4fa2d7ef.zip
Virtual Filesystem 2: Electric Boogaloo (#676)
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 3dff068df..0a5d58eea 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -8,27 +8,27 @@ add_library(core STATIC
8 core_cpu.h 8 core_cpu.h
9 core_timing.cpp 9 core_timing.cpp
10 core_timing.h 10 core_timing.h
11 file_sys/content_archive.cpp
12 file_sys/content_archive.h
11 file_sys/directory.h 13 file_sys/directory.h
12 file_sys/disk_filesystem.cpp
13 file_sys/disk_filesystem.h
14 file_sys/errors.h 14 file_sys/errors.h
15 file_sys/filesystem.cpp 15 file_sys/mode.h
16 file_sys/filesystem.h
17 file_sys/partition_filesystem.cpp 16 file_sys/partition_filesystem.cpp
18 file_sys/partition_filesystem.h 17 file_sys/partition_filesystem.h
19 file_sys/path_parser.cpp
20 file_sys/path_parser.h
21 file_sys/program_metadata.cpp 18 file_sys/program_metadata.cpp
22 file_sys/program_metadata.h 19 file_sys/program_metadata.h
23 file_sys/romfs_factory.cpp 20 file_sys/romfs_factory.cpp
24 file_sys/romfs_factory.h 21 file_sys/romfs_factory.h
25 file_sys/romfs_filesystem.cpp
26 file_sys/romfs_filesystem.h
27 file_sys/savedata_factory.cpp 22 file_sys/savedata_factory.cpp
28 file_sys/savedata_factory.h 23 file_sys/savedata_factory.h
29 file_sys/sdmc_factory.cpp 24 file_sys/sdmc_factory.cpp
30 file_sys/sdmc_factory.h 25 file_sys/sdmc_factory.h
31 file_sys/storage.h 26 file_sys/vfs.cpp
27 file_sys/vfs.h
28 file_sys/vfs_offset.cpp
29 file_sys/vfs_offset.h
30 file_sys/vfs_real.cpp
31 file_sys/vfs_real.h
32 frontend/emu_window.cpp 32 frontend/emu_window.cpp
33 frontend/emu_window.h 33 frontend/emu_window.h
34 frontend/framebuffer_layout.cpp 34 frontend/framebuffer_layout.cpp