diff options
author | Liam <byteslice@airmail.cc> | 2024-02-17 18:13:03 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-02-18 16:32:21 +0100 |
commit | db172ba249d8984ac3838496fcf9986ef1e3f9bc (patch) | |
tree | f75f6a0cf045862029a69b8390f0c27f42409818 /src/core/CMakeLists.txt | |
parent | ns: rewrite IDocumentInterface (diff) | |
download | yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.gz yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.bz2 yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.lz yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.xz yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.tar.zst yuzu-db172ba249d8984ac3838496fcf9986ef1e3f9bc.zip |
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 29e29f659..c97d3aa89 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -747,6 +747,8 @@ add_library(core STATIC hle/service/ns/content_management_interface.h hle/service/ns/document_interface.cpp hle/service/ns/document_interface.h + hle/service/ns/download_task_interface.cpp + hle/service/ns/download_task_interface.h hle/service/ns/ecommerce_interface.cpp hle/service/ns/ecommerce_interface.h hle/service/ns/factory_reset_interface.cpp |