diff options
| author | 2014-09-12 00:44:16 +0200 | |
|---|---|---|
| committer | 2014-09-17 14:35:45 +0000 | |
| commit | e73caaefe58503f7d1d79a08e71bf66b5fe6edba (patch) | |
| tree | fda0ffc5bc226d2cefc3dfa376f4ac78a7666bfb /src/core/CMakeLists.txt | |
| parent | Core: Add a new File class, obtainable from an Archive, and a stub implementa... (diff) | |
| download | yuzu-e73caaefe58503f7d1d79a08e71bf66b5fe6edba.tar.gz yuzu-e73caaefe58503f7d1d79a08e71bf66b5fe6edba.tar.xz yuzu-e73caaefe58503f7d1d79a08e71bf66b5fe6edba.zip | |
Core: Add a passthrough backend for the filesystem, exposed as SDMC.
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 14c114b63..46e11d779 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -23,7 +23,9 @@ set(SRCS | |||
| 23 | arm/interpreter/armvirt.cpp | 23 | arm/interpreter/armvirt.cpp |
| 24 | arm/interpreter/thumbemu.cpp | 24 | arm/interpreter/thumbemu.cpp |
| 25 | file_sys/archive_romfs.cpp | 25 | file_sys/archive_romfs.cpp |
| 26 | file_sys/archive_sdmc.cpp | ||
| 26 | file_sys/file_romfs.cpp | 27 | file_sys/file_romfs.cpp |
| 28 | file_sys/file_sdmc.cpp | ||
| 27 | hle/kernel/address_arbiter.cpp | 29 | hle/kernel/address_arbiter.cpp |
| 28 | hle/kernel/archive.cpp | 30 | hle/kernel/archive.cpp |
| 29 | hle/kernel/event.cpp | 31 | hle/kernel/event.cpp |
| @@ -78,8 +80,10 @@ set(HEADERS | |||
| 78 | arm/arm_interface.h | 80 | arm/arm_interface.h |
| 79 | file_sys/archive.h | 81 | file_sys/archive.h |
| 80 | file_sys/archive_romfs.h | 82 | file_sys/archive_romfs.h |
| 83 | file_sys/archive_sdmc.h | ||
| 81 | file_sys/file.h | 84 | file_sys/file.h |
| 82 | file_sys/file_romfs.h | 85 | file_sys/file_romfs.h |
| 86 | file_sys/file_sdmc.h | ||
| 83 | hle/kernel/address_arbiter.h | 87 | hle/kernel/address_arbiter.h |
| 84 | hle/kernel/archive.h | 88 | hle/kernel/archive.h |
| 85 | hle/kernel/event.h | 89 | hle/kernel/event.h |