summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-06-04 08:23:45 +0200
committerGitHub <noreply@github.com>2023-06-04 08:23:45 +0200
commit125a0e5a0700e1a656faf7d65b76b0d95e8812a5 (patch)
treee59bc8c267654f5dbb76ec19c4bda03f57fafdbf /src/core/CMakeLists.txt
parentMerge pull request #10550 from kkoniuszy/linux-map-buildup-fix (diff)
parentromfs: use vfs_cached for romfs output (diff)
downloadyuzu-125a0e5a0700e1a656faf7d65b76b0d95e8812a5.tar
yuzu-125a0e5a0700e1a656faf7d65b76b0d95e8812a5.tar.gz
yuzu-125a0e5a0700e1a656faf7d65b76b0d95e8812a5.tar.bz2
yuzu-125a0e5a0700e1a656faf7d65b76b0d95e8812a5.tar.lz
yuzu-125a0e5a0700e1a656faf7d65b76b0d95e8812a5.tar.xz
yuzu-125a0e5a0700e1a656faf7d65b76b0d95e8812a5.tar.zst
yuzu-125a0e5a0700e1a656faf7d65b76b0d95e8812a5.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
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
file_sys/system_archive/time_zone_binary.h
file_sys/vfs.cpp
file_sys/vfs.h
+ file_sys/vfs_cached.cpp
+ file_sys/vfs_cached.h
file_sys/vfs_concat.cpp
file_sys/vfs_concat.h
file_sys/vfs_layered.cpp