diff options
| author | 2024-02-17 13:46:18 -0500 | |
|---|---|---|
| committer | 2024-02-18 10:32:21 -0500 | |
| commit | 2eded86b4b525fad4221115b716700d63ad8438f (patch) | |
| tree | 284865b9809b7787a4aeb0f0ad774419ddca79f0 /src/core/CMakeLists.txt | |
| parent | ns: rewrite IReadOnlyApplicationRecordInterface (diff) | |
| download | yuzu-2eded86b4b525fad4221115b716700d63ad8438f.tar.gz yuzu-2eded86b4b525fad4221115b716700d63ad8438f.tar.xz yuzu-2eded86b4b525fad4221115b716700d63ad8438f.zip | |
ns: rewrite IReadOnlyApplicationControlDataInterface
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 ab8b1c6c9..bc515949c 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -765,6 +765,8 @@ add_library(core STATIC | |||
| 765 | hle/service/ns/pdm_qry.h | 765 | hle/service/ns/pdm_qry.h |
| 766 | hle/service/ns/platform_service_manager.cpp | 766 | hle/service/ns/platform_service_manager.cpp |
| 767 | hle/service/ns/platform_service_manager.h | 767 | hle/service/ns/platform_service_manager.h |
| 768 | hle/service/ns/read_only_application_control_data_interface.cpp | ||
| 769 | hle/service/ns/read_only_application_control_data_interface.h | ||
| 768 | hle/service/ns/read_only_application_record_interface.cpp | 770 | hle/service/ns/read_only_application_record_interface.cpp |
| 769 | hle/service/ns/read_only_application_record_interface.h | 771 | hle/service/ns/read_only_application_record_interface.h |
| 770 | hle/service/nvdrv/core/container.cpp | 772 | hle/service/nvdrv/core/container.cpp |