summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-20 04:18:01 +0100
committerbunnei <bunneidev@gmail.com>2018-01-21 21:39:23 +0100
commit1c06c918af30e4f431920c6197128524b2caee14 (patch)
treebaf2150ffeef402b8ba59e71096b96326b69d556 /src/core/CMakeLists.txt
parentarchive_backend: Minor changes to match Switch IFileSystem. (diff)
downloadyuzu-1c06c918af30e4f431920c6197128524b2caee14.tar
yuzu-1c06c918af30e4f431920c6197128524b2caee14.tar.gz
yuzu-1c06c918af30e4f431920c6197128524b2caee14.tar.bz2
yuzu-1c06c918af30e4f431920c6197128524b2caee14.tar.lz
yuzu-1c06c918af30e4f431920c6197128524b2caee14.tar.xz
yuzu-1c06c918af30e4f431920c6197128524b2caee14.tar.zst
yuzu-1c06c918af30e4f431920c6197128524b2caee14.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index ec25ec9cf..b2dcc039a 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -9,18 +9,12 @@ add_library(core STATIC
file_sys/archive_backend.cpp
file_sys/archive_backend.h
file_sys/directory_backend.h
- file_sys/disk_archive.cpp
- file_sys/disk_archive.h
file_sys/errors.h
file_sys/file_backend.h
file_sys/path_parser.cpp
file_sys/path_parser.h
file_sys/romfs_archive.cpp
file_sys/romfs_archive.h
- file_sys/savedata_archive.cpp
- file_sys/savedata_archive.h
- file_sys/title_metadata.cpp
- file_sys/title_metadata.h
frontend/emu_window.cpp
frontend/emu_window.h
frontend/framebuffer_layout.cpp