diff options
author | wwylele <wwylele@gmail.com> | 2017-02-15 14:49:07 +0100 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-02-15 14:49:07 +0100 |
commit | e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a (patch) | |
tree | e558f06d440e67dce37009a5ca897ac10b816e7a /src/core/CMakeLists.txt | |
parent | Merge pull request #2566 from yuriks/file-extension-suffix (diff) | |
download | yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.tar yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.tar.gz yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.tar.bz2 yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.tar.lz yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.tar.xz yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.tar.zst yuzu-e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a.zip |
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 1da10afab..5332e35a3 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -205,6 +205,7 @@ set(HEADERS file_sys/archive_systemsavedata.h file_sys/directory_backend.h file_sys/disk_archive.h + file_sys/errors.h file_sys/file_backend.h file_sys/ivfc_archive.h file_sys/path_parser.h |