diff options
| author | 2023-06-03 08:42:52 -0400 | |
|---|---|---|
| committer | 2023-06-03 08:50:54 -0400 | |
| commit | 790f91fcc57458ef63db7bf1baccc9d9ca2d57ce (patch) | |
| tree | b5612c33c77edf6a98ee4eea7f663233d8649ca1 /src/core/CMakeLists.txt | |
| parent | Merge pull request #10575 from bm01/issue-template (diff) | |
| download | yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.gz yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.tar.xz yuzu-790f91fcc57458ef63db7bf1baccc9d9ca2d57ce.zip | |
vfs: add vfs_cached for romfs build
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 45328158f..e8bf68866 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -106,6 +106,8 @@ add_library(core STATIC | |||
| 106 | file_sys/system_archive/time_zone_binary.h | 106 | file_sys/system_archive/time_zone_binary.h |
| 107 | file_sys/vfs.cpp | 107 | file_sys/vfs.cpp |
| 108 | file_sys/vfs.h | 108 | file_sys/vfs.h |
| 109 | file_sys/vfs_cached.cpp | ||
| 110 | file_sys/vfs_cached.h | ||
| 109 | file_sys/vfs_concat.cpp | 111 | file_sys/vfs_concat.cpp |
| 110 | file_sys/vfs_concat.h | 112 | file_sys/vfs_concat.h |
| 111 | file_sys/vfs_layered.cpp | 113 | file_sys/vfs_layered.cpp |