diff options
author | Liam <[email protected]> | 2024-02-17 14:34:13 -0500 |
---|---|---|
committer | Liam <[email protected]> | 2024-02-18 10:35:39 -0500 |
commit | 2d43831d1f787fe96a30f668fe01bcb73061764c (patch) | |
tree | 3f910ad14677b7b9464daf9ea34394d1be694def /src/core/CMakeLists.txt | |
parent | 2e96921f9cbd7e8eab6c6b8e94bdbe1a5ccd7237 (diff) | |
download | yuzu-mainline-2d43831d1f787fe96a30f668fe01bcb73061764c.tar.gz yuzu-mainline-2d43831d1f787fe96a30f668fe01bcb73061764c.zip |
ns: rewrite IServiceGetterInterface
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 43d377913..1339cb182 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -773,6 +773,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/service_getter_interface.cpp + hle/service/ns/service_getter_interface.h hle/service/ns/system_update_control.cpp hle/service/ns/system_update_control.h hle/service/ns/system_update_interface.cpp |