From 306ed4984b25bfc448e5b3bcc5c122a958a4d55a Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 17 Feb 2024 13:57:26 -0500 Subject: ns: move ISystemUpdateControl --- src/core/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/CMakeLists.txt') diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 12a6fe273..fdd1c54ac 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -769,6 +769,8 @@ add_library(core STATIC hle/service/ns/read_only_application_control_data_interface.h hle/service/ns/read_only_application_record_interface.cpp 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/vulnerability_manager_interface.cpp hle/service/ns/vulnerability_manager_interface.h hle/service/nvdrv/core/container.cpp -- cgit v1.2.3