diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-07-27 18:14:03 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-07-27 18:14:03 -0400 |
| commit | 906d785c73cb3644e8984fbfcbf5fcb8a1ebbc6f (patch) | |
| tree | beff5b868534a8bfb4eea7992553fa5fb5db5287 /src/core/CMakeLists.txt | |
| parent | 0191a1e526f62a16a14ce92c354429807cca01a5 (diff) | |
RomFS Extraction
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 b367c2a27..f389897d4 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -23,6 +23,8 @@ add_library(core STATIC file_sys/partition_filesystem.h file_sys/program_metadata.cpp file_sys/program_metadata.h + file_sys/romfs.cpp + file_sys/romfs.h file_sys/romfs_factory.cpp file_sys/romfs_factory.h file_sys/savedata_factory.cpp @@ -35,6 +37,8 @@ add_library(core STATIC file_sys/vfs_offset.h file_sys/vfs_real.cpp file_sys/vfs_real.h + file_sys/vfs_vector.cpp + file_sys/vfs_vector.h frontend/emu_window.cpp frontend/emu_window.h frontend/framebuffer_layout.cpp |
