summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 20:05:41 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commitae83ee28a3a1d31d74b991123a150d3cd202f554 (patch)
tree06137c63e8b2aeac11b6765298e91ee90146aaf6 /src/core/CMakeLists.txt
parentns: move ISystemUpdateControl (diff)
downloadyuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.tar
yuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.tar.gz
yuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.tar.bz2
yuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.tar.lz
yuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.tar.xz
yuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.tar.zst
yuzu-ae83ee28a3a1d31d74b991123a150d3cd202f554.zip
Diffstat (limited to '')
-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 fdd1c54ac..2fb3dafd6 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -771,6 +771,8 @@ add_library(core STATIC
hle/service/ns/read_only_application_record_interface.h
hle/service/ns/system_update_control.cpp
hle/service/ns/system_update_control.h
+ hle/service/ns/system_update_interface.cpp
+ hle/service/ns/system_update_interface.h
hle/service/ns/vulnerability_manager_interface.cpp
hle/service/ns/vulnerability_manager_interface.h
hle/service/nvdrv/core/container.cpp